Skip to content
This repository was archived by the owner on Jun 9, 2026. It is now read-only.

mod-h2 v2.0.6

Choose a tag to compare

@icing icing released this 22 Sep 18:22
· 233 commits to master since this release
  • fixed handling of connection Timeout setting 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).