golang.org/x/net/http2.frameWriteResult.wr (field)
4 uses
golang.org/x/net/http2 (current package)
server.go#L765: wr FrameWriteRequest // what was written (or attempted)
server.go#L775: sc.wroteFrameCh <- frameWriteResult{wr: wr, err: err}
server.go#L1165: sc.wroteFrame(frameWriteResult{wr: wr, err: err})
server.go#L1187: wr := res.wr
![]() |
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. |