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

mod-h2 v1.15.12

Choose a tag to compare

@icing icing released this 08 Jul 16:17
· 476 commits to master since this release
  • Fixes #201: do not count repeated headers with same name against the field
    count limit. The are merged internally, as if sent in a single HTTP/1 line.
  • Refrain from detecting (intermediate) responses, when the connection has
    already been aborted or non-flush meta buckets are encountered.
  • Changed terminology to master/secondary connections in the source.
  • Test against the installed version of the module. This allows test cases
    to work with other versions.