Skip to content

mod_h2 v1.15.23

Compare
Choose a tag to compare
@icing icing released this 19 Jul 08:56
· 353 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.