This repository was archived by the owner on Jun 9, 2026. It is now read-only.
mod_h2 v2.0.0-rc3
Pre-release
Pre-release
- Added an alternate implementation when polling of file descriptors is
not supported by the OS. This is automatically detected via the APR
header files, but can be enforces by adding '--disable-poll-streams'
to the './configure' when building the module.
This should allow the module to work on Windows again.