net/http.http2serverConn.hs (field)
12 uses
net/http (current package)
h2_bundle.go#L3936: hs: opts.baseConfig(),
h2_bundle.go#L3966: if sc.hs.WriteTimeout != 0 {
h2_bundle.go#L4061: hs *Server
h2_bundle.go#L4117: n := sc.hs.MaxHeaderBytes
h2_bundle.go#L4202: if sc.hs.ConnState != nil {
h2_bundle.go#L4203: sc.hs.ConnState(sc.conn, state)
h2_bundle.go#L4214: if lg := sc.hs.ErrorLog; lg != nil {
h2_bundle.go#L4385: sc.vlogf("http2: server connection from %v on %p", sc.conn.RemoteAddr(), sc.hs)
h2_bundle.go#L5097: if http2h1ServerKeepAlivesDisabled(sc.hs) {
h2_bundle.go#L5449: if sc.hs.ReadTimeout != 0 {
h2_bundle.go#L5528: if sc.hs.WriteTimeout != 0 {
h2_bundle.go#L5529: 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. |