net/http.http2ClientConn.bw (field)
17 uses
net/http (current package)
h2_bundle.go#L6758: bw *bufio.Writer
h2_bundle.go#L7171: cc.bw = bufio.NewWriter(http2stickyErrWriter{c, &cc.werr})
h2_bundle.go#L7173: cc.fr = http2NewFramer(cc.bw, cc.br)
h2_bundle.go#L7198: cc.bw.Write(http2clientPreface)
h2_bundle.go#L7202: cc.bw.Flush()
h2_bundle.go#L7389: if err := cc.bw.Flush(); err != nil {
h2_bundle.go#L7796: cc.bw.Flush()
h2_bundle.go#L7890: err = cc.bw.Flush()
h2_bundle.go#L7932: if ferr := cc.bw.Flush(); ferr != nil && err == nil {
h2_bundle.go#L8662: cc.bw.Flush()
h2_bundle.go#L8688: cc.bw.Flush()
h2_bundle.go#L8724: cc.bw.Flush()
h2_bundle.go#L8774: cc.bw.Flush()
h2_bundle.go#L8891: cc.bw.Flush()
h2_bundle.go#L8961: if err := cc.bw.Flush(); err != nil {
h2_bundle.go#L8995: return cc.bw.Flush()
h2_bundle.go#L9016: cc.bw.Flush()
![]() |
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. |