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 2a08c44 commit 09c7ee0Copy full SHA for 09c7ee0
transport/gun/server.go
@@ -58,6 +58,7 @@ func NewServerHandler(options ServerOption) http.Handler {
58
},
59
writer: writer,
60
}
61
+ _ = conn.Init()
62
63
wrapper := &h2ConnWrapper{
64
// gun.Conn can't correct handle ReadDeadline
0 commit comments