This repository was archived by the owner on Jun 9, 2026. It is now read-only.
mod_h2 v1.15.22
- NOTE: this is a recommended update for anyone running v1.15.21.
- Added a timeout to h2 worker cleanup to exit latest after 5 seconds of
waiting on idle workers to terminate. This happens after all connections
have been processed. a WARNING is logged in case workers lagged behind.
This may happen in busy situations or depending on configurations that
have slow responses.
This fixes #212, many thanks to @famzah for his testing and feedback! - H2 sessions normally log a warning when the connection is torn down
without them being able to send a last GOAWAY frame. This logging
happens at DEBUG level during the stopping of a child process. configurenow checks forapache2ctlifapachectlwas not found.
This fixes #218.configurenow longer errors when no apachectl was found but warns
that the test suite will not work.- The test suite now clears Apache's error log on start and checks after
the run if unexpected errors or warnings were logged. - Added top level make target
docker-testto run all defined test images.
This closes #217.