var golang.org/x/net/http2.errStopReqBodyWriteAndCancel
5 uses
golang.org/x/net/http2 (current package)
transport.go#L1173: cs.abortRequestBodyWrite(errStopReqBodyWriteAndCancel)
transport.go#L1183: cs.abortRequestBodyWrite(errStopReqBodyWriteAndCancel)
transport.go#L1193: cs.abortRequestBodyWrite(errStopReqBodyWriteAndCancel)
transport.go#L1303: errStopReqBodyWriteAndCancel = errors.New("http2: canceling request")
transport.go#L1369: case err == errStopReqBodyWriteAndCancel:
![]() |
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. |