Skip to content

Commit 0c9f119

Browse files
committed
test
1 parent 301f69a commit 0c9f119

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tlslistener/clienthelloconn.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ func (rrc *clientHelloRecordingConn) processHello(info *tls.ClientHelloInfo) (*t
191191
helloMsg := utls.UnmarshalClientHello(hello)
192192

193193
if helloMsg == nil {
194-
return rrc.helloError("malformed ClientHello")
194+
return nil, nil
195+
//return rrc.helloError("malformed ClientHello")
195196
}
196197

197198
sourceIP := rrc.RemoteAddr().(*net.TCPAddr).IP

0 commit comments

Comments
 (0)