Searched defs:http2StreamError (Results 1 – 1 of 1) sorted by relevance
1237 type http2StreamError struct { struct1238 StreamID uint321239 Code http2ErrCode1240 Cause error // optional additional detail1252 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 }