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.5

Choose a tag to compare

@icing icing released this 18 May 15:27
· 676 commits to master since this release
  • Fix async write issue that sometimes led to selection of wrong timeout
    vs. keepalive timeout selection for idle sessions.
  • Checking LimitRequestLine, LimitRequestFields and
    LimitRequestFieldSize configurated values for incoming streams. Returning
    HTTP status 431 for too long/many headers fields and 414 for a too long
    pseudo header.
  • Tracking conn_rec->current_thread on slave connections, so
    that mod_lua finds the correct one. Fixes PR 59542.
  • c->aborted also set for slave connections when main connection is closed by client