class
HPack::ResourceLimitError
- HPack::ResourceLimitError
- Exception
- Reference
- Object
Overview
Raised when decoding would exceed a locally configured resource limit, such as the hard decoded-string cap or checked size accounting.
This is deliberately not a subclass of Error: the input may be valid
HPACK that this decoder refuses to materialize. A block that fails with
this error was not fully decompressed, so the decoder's compression
context is stale and the decoder must be discarded.