net/http.http2bufferedWriter.bw (field)
8 uses
net/http (current package)
h2_bundle.go#L3318: bw *bufio.Writer // non-nil when data is buffered
h2_bundle.go#L3340: if w.bw == nil {
h2_bundle.go#L3343: return w.bw.Available()
h2_bundle.go#L3347: if w.bw == nil {
h2_bundle.go#L3350: w.bw = bw
h2_bundle.go#L3352: return w.bw.Write(p)
h2_bundle.go#L3356: bw := w.bw
h2_bundle.go#L3363: 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. |