Update On Sun May 26 20:29:40 CEST 2024

This commit is contained in:
github-action[bot]
2024-05-26 20:29:40 +02:00
parent 5605f2aac3
commit e2b04232bd
215 changed files with 5293 additions and 1111 deletions

View File

@@ -61,7 +61,8 @@ func (b *baseTransporter) RelayTCPConn(c net.Conn, handshakeF TCPHandShakeF) err
ctx, c, buffer, constant.SniffTimeOut,
sniff.TLSClientHello, sniff.HTTPHost)
if err != nil {
b.l.Warnf("sniff error: %s", err)
// this mean no protocol sniffed
b.l.Debug("sniff error: %s", err)
}
if sniffMetadata != nil {
b.l.Infof("sniffed protocol: %s", sniffMetadata.Protocol)