net/http.http2StreamError.Cause (field)
5 uses
net/http (current package)
h2_bundle.go#L1148: Cause error // optional additional detail
h2_bundle.go#L1156: if e.Cause != nil {
h2_bundle.go#L1157: return fmt.Sprintf("stream error: stream ID %d; %v; %v", e.StreamID, e.Code, e.Cause)
h2_bundle.go#L8333: if se.Cause == nil {
h2_bundle.go#L8334: se.Cause = cc.fr.errDetail
![]() |
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. |