net/http.http2serverConn.writingFrameAsync (field)
6 uses
net/http (current package)
h2_bundle.go#L4099: writingFrameAsync bool // started a frame on its own goroutine but haven't heard back on wroteFrameCh
h2_bundle.go#L4725: sc.writingFrameAsync = false
h2_bundle.go#L4734: sc.writingFrameAsync = false
h2_bundle.go#L4738: sc.writingFrameAsync = true
h2_bundle.go#L4756: sc.writingFrameAsync = false
h2_bundle.go#L4820: for !sc.writingFrameAsync {
![]() |
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. |