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

mod_h[ttp]2 v1.5.13

Choose a tag to compare

@icing icing released this 20 Jul 16:22
· 666 commits to master since this release
  • new H2CopyFiles directive that changes treatment of file handles in
    responses. Necessary in order to fix broken lifetime handling in modules
    such as mod_wsgi. Use H2CopyFiles off where ever you need it. Should fix issue #110.

  • removing timeouts on master connection while requests are being processed.
    Requests may timeout, but the master only times out when no more requests
    are active.

    This addresses the problem that you want a decent timeout for read/write operations, but have a web application that might take longer to produce a response.