This repository was archived by the owner on Jun 9, 2026. It is now read-only.
mod-h2 v2.0.6
- fixed handling of connection
Timeoutsetting to not apply when streams
are still being processed. Adjusted test case expectation. - referring to #234, adding an explicit close after a request has been
processed to prevent missing EOS indicators from leaving a stream open
indefinitely. - fixed a race condition in end-of-input handling for requests (introduced
in the v2.0.x line).