golang.org/x/net/http2.clientStream.readErr (field)
5 uses
golang.org/x/net/http2 (current package)
transport.go#L291: readErr error // sticky read error; owned by transportResponseBody.Read
transport.go#L2105: if cs.readErr != nil {
transport.go#L2106: return 0, cs.readErr
transport.go#L2116: cs.readErr = err
transport.go#L2122: cs.readErr = err
![]() |
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. |