Skip to content

Commit 475fd96

Browse files
committed
feat: continue if alpn no match
1 parent 443697f commit 475fd96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tls/tcp.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ func (mgr *TlsMgr) Handle(c *tcp.Conn) tcp.SerRet {
4545
continue
4646
}
4747
}
48+
return tcp.Continue
4849
}
4950
}
5051
return tcp.Close

0 commit comments

Comments
 (0)