golang.org/x/net/http2.serverConn.writingFrame (field)
7 uses
golang.org/x/net/http2 (current package)
server.go#L532: writingFrame bool // started writing a frame (on serve goroutine or separate)
server.go#L917: sentGoAway := sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame
server.go#L1131: if sc.writingFrame {
server.go#L1160: sc.writingFrame = true
server.go#L1181: if !sc.writingFrame {
server.go#L1184: sc.writingFrame = false
server.go#L1245: if sc.writingFrame || sc.inFrameScheduleLoop {
![]() |
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. |