This repository was archived by the owner on Jun 9, 2026. It is now read-only.
mod_h[ttp]2 v1.11.0
- 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