We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 301f69a commit 0c9f119Copy full SHA for 0c9f119
tlslistener/clienthelloconn.go
@@ -191,7 +191,8 @@ func (rrc *clientHelloRecordingConn) processHello(info *tls.ClientHelloInfo) (*t
191
helloMsg := utls.UnmarshalClientHello(hello)
192
193
if helloMsg == nil {
194
- return rrc.helloError("malformed ClientHello")
+ return nil, nil
195
+ //return rrc.helloError("malformed ClientHello")
196
}
197
198
sourceIP := rrc.RemoteAddr().(*net.TCPAddr).IP
0 commit comments