mirror of
https://github.com/qtgolang/SunnyNet.git
synced 2026-08-30 22:11:29 -07:00
2026-05-19
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user