net/http.http2StreamError.Code (field)
9 uses
net/http (current package)
h2_bundle.go#L1147: Code http2ErrCode
h2_bundle.go#L1152: return http2StreamError{StreamID: id, Code: code}
h2_bundle.go#L1157: return fmt.Sprintf("stream error: stream ID %d; %v; %v", e.StreamID, e.Code, e.Cause)
h2_bundle.go#L1159: return fmt.Sprintf("stream error: stream ID %d; %v", e.StreamID, e.Code)
h2_bundle.go#L7065: return se.Code == http2ErrCodeRefusedStream
h2_bundle.go#L8331: cs.cc.writeStreamReset(cs.ID, se.Code, err)
h2_bundle.go#L8733: Code: http2ErrCodeProtocol,
h2_bundle.go#L8742: Code: http2ErrCodeProtocol,
h2_bundle.go#L9377: return ctx.Framer().WriteRSTStream(se.StreamID, se.Code)
 |
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. |