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

mod_h2 v1.15.23

Choose a tag to compare

@icing icing released this 19 Jul 08:56
· 408 commits to master since this release
  • H2MinWorker is reduced automatically to 1 during graceful shutdown
    of a child process (e.g. server reload). This lets all ongoing requests
    continue, but shuts down unused threads early.
    The H2MaxWorkerIdleSeconds is also reduced to 1, so that any workers
    for ongoing tasks will close down fast.