golang.org/x/net/http2.ClientConn.werr (field)
8 uses
golang.org/x/net/http2 (current package)
transport.go#L272: werr error // first write error that has occurred
transport.go#L668: cc.bw = bufio.NewWriter(stickyErrWriter{c, &cc.werr})
transport.go#L700: if cc.werr != nil {
transport.go#L702: return nil, cc.werr
transport.go#L1095: werr := cc.werr
transport.go#L1270: for len(hdrs) > 0 && cc.werr == nil {
transport.go#L1294: return cc.werr
transport.go#L2389: return cc.werr
![]() |
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. |