type vendor/golang.org/x/net/http2/hpack.DecodingError
9 uses
vendor/golang.org/x/net/http2/hpack (current package)
hpack.go#L18: type DecodingError struct {
hpack.go#L22: func (de DecodingError) Error() string {
hpack.go#L238: return DecodingError{errors.New("truncated headers")}
hpack.go#L334: return DecodingError{errors.New("invalid encoding")}
hpack.go#L346: return DecodingError{InvalidIndexError(idx)}
hpack.go#L366: return DecodingError{InvalidIndexError(nameIdx)}
hpack.go#L416: return DecodingError{errors.New("dynamic table size update MUST occur at the beginning of a header block")}
hpack.go#L425: return DecodingError{errors.New("dynamic table size update too large")}
hpack.go#L432: var errVarintOverflow = DecodingError{errors.New("varint integer overflow")}
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |