golang.org/x/net/http2.ClientConn.bw (field)
17 uses
golang.org/x/net/http2 (current package)
transport.go#L256: bw *bufio.Writer
transport.go#L668: cc.bw = bufio.NewWriter(stickyErrWriter{c, &cc.werr})
transport.go#L670: cc.fr = NewFramer(cc.bw, cc.br)
transport.go#L695: cc.bw.Write(clientPreface)
transport.go#L699: cc.bw.Flush()
transport.go#L886: if err := cc.bw.Flush(); err != nil {
transport.go#L1293: cc.bw.Flush()
transport.go#L1387: err = cc.bw.Flush()
transport.go#L1429: if ferr := cc.bw.Flush(); ferr != nil && err == nil {
transport.go#L2159: cc.bw.Flush()
transport.go#L2185: cc.bw.Flush()
transport.go#L2221: cc.bw.Flush()
transport.go#L2271: cc.bw.Flush()
transport.go#L2388: cc.bw.Flush()
transport.go#L2458: if err := cc.bw.Flush(); err != nil {
transport.go#L2492: return cc.bw.Flush()
transport.go#L2513: 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. |