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

mod_h[ttp]2 v1.11.0

Choose a tag to compare

@icing icing released this 31 Aug 10:40
· 585 commits to master since this release
  • connection IO event handling reworked. Instead of reacting on incoming bytes, the
    state machine now acts on incoming frames that are affecting it. This reduces
    state transitions.
  • pytest suite now covers some basic tests on h2 selection, GET and POST
  • started to add pytest suite from existing bash tests