Skip to content

mod-h2 v1.15.12

Compare
Choose a tag to compare
@icing icing released this 08 Jul 16:17
· 431 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.