golang.org/x/net/http2.bufferedWriter.bw (field)
8 uses
golang.org/x/net/http2 (current package)
http2.go#L246: bw *bufio.Writer // non-nil when data is buffered
http2.go#L268: if w.bw == nil {
http2.go#L271: return w.bw.Available()
http2.go#L275: if w.bw == nil {
http2.go#L278: w.bw = bw
http2.go#L280: return w.bw.Write(p)
http2.go#L284: bw := w.bw
http2.go#L291: w.bw = nil
![]() |
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. |