golang.org/x/net/http2.serverConn.queuedControlFrames (field)
5 uses
golang.org/x/net/http2 (current package)
server.go#L519: queuedControlFrames int // control frames in the writeSched queue
server.go#L909: if sc.queuedControlFrames > sc.srv.maxQueuedControlFrames() {
server.go#L1114: sc.queuedControlFrames++
server.go#L1117: if sc.queuedControlFrames < 0 {
server.go#L1268: sc.queuedControlFrames--
![]() |
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. |