Exception: Hyperion::H2Codec::OutputOverflow
- Inherits:
-
StandardError
- Object
- StandardError
- Hyperion::H2Codec::OutputOverflow
- Defined in:
- lib/hyperion/h2_codec.rb,
ext/hyperion_http/h2_codec_glue.c
Overview
Raised when the per-encoder scratch output buffer can’t hold a single frame’s encoded bytes. fix-B (2.2.x) — the v2 ABI returns -1 on overflow, which the wrapper translates to this.