Skip to content

mod-h2 v2.0.6

Compare
Choose a tag to compare
@icing icing released this 22 Sep 18:22
· 191 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).