2026-05-19

This commit is contained in:
Qin tian
2026-05-19 23:36:50 +08:00
parent 2d56b251e7
commit 2a7dfc19b9

View File

@@ -1239,6 +1239,10 @@ func (s *proxyRequest) https() {
return
}
//如果是其他错误进行http处理流程继续判断
if s.Target.Port == 443 || s.Target.Port == 8443 {
s.httpProcessing(bs, public.TagTcpSSLAgreement)
return
}
s.httpProcessing(bs, public.TagTcpAgreement)
return
}