golang.org/x/net/http2.serverConn.hs (field)
12 uses
golang.org/x/net/http2 (current package)
server.go#L370: hs: opts.baseConfig(),
server.go#L400: if sc.hs.WriteTimeout != 0 {
server.go#L495: hs *http.Server
server.go#L551: n := sc.hs.MaxHeaderBytes
server.go#L633: if sc.hs.ConnState != nil {
server.go#L634: sc.hs.ConnState(sc.conn, state)
server.go#L645: if lg := sc.hs.ErrorLog; lg != nil {
server.go#L816: sc.vlogf("http2: server connection from %v on %p", sc.conn.RemoteAddr(), sc.hs)
server.go#L1528: if h1ServerKeepAlivesDisabled(sc.hs) {
server.go#L1894: if sc.hs.ReadTimeout != 0 {
server.go#L1973: if sc.hs.WriteTimeout != 0 {
server.go#L1974: st.writeDeadline = time.AfterFunc(sc.hs.WriteTimeout, st.onWriteTimeout)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |