This repository was archived by the owner on Jun 9, 2026. It is now read-only.
mod_h[ttp]2 v1.7.5
- properly implemented 100-continue handling for proxy setups, be it
mod_proxy_http or mod_proxy_http2 - reusing backend HTTP/2 connections more than a second old will hold back
request bodies until a PING response is received. Headers are still sent
right away since those are repeatable on a new connection.