Home
last modified time | relevance | path

Searched defs:http2StreamError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dh2_bundle.go1237 type http2StreamError struct { struct
1238 StreamID uint32
1239 Code http2ErrCode
1240 Cause error // optional additional detail
1252 func (e http2StreamError) Error() string {
10589 func (se http2StreamError) writeFrame(ctx http2writeContext) error {
10593 func (se http2StreamError) staysWithinBuffer(max int) bool { return http2frameHeaderLen+4 <= max }