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

mod_h2 v0.5.4

Choose a tag to compare

@icing icing released this 29 Apr 14:44
· 933 commits to master since this release
  • moving request handling and http/1 emulation into worker thread, offloading
    main
  • some fixes in connection shutdown re race condition with still active workers
  • removing reqtimeout filters on stream connections
  • taking in latest alpn changes from httpd trunk, made separate npn patch for
    those who need to run with openssl 1.0.1
  • fixed handling of transient bucket in stream output data (led to corrupted
    responses)
  • reworked task join to eliminate race conditions during session shutdown
  • info logging is less verbose