golang.org/x/net/http2.serverConn.srv (field)
11 uses
golang.org/x/net/http2 (current package)
server.go#L369: srv: s,
server.go#L494: srv *Server
server.go#L821: {SettingMaxFrameSize, sc.srv.maxReadFrameSize()},
server.go#L824: {SettingInitialWindowSize, uint32(sc.srv.initialStreamRecvWindowSize())},
server.go#L831: if diff := sc.srv.initialConnRecvWindowSize() - initialWindowSize; diff > 0 {
server.go#L846: if sc.srv.IdleTimeout != 0 {
server.go#L847: sc.idleTimer = time.AfterFunc(sc.srv.IdleTimeout, sc.onIdleTimer)
server.go#L909: if sc.queuedControlFrames > sc.srv.maxQueuedControlFrames() {
server.go#L1525: if sc.srv.IdleTimeout != 0 {
server.go#L1526: sc.idleTimer.Reset(sc.srv.IdleTimeout)
server.go#L1972: st.inflow.add(sc.srv.initialStreamRecvWindowSize())
![]() |
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. |