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

mod_h2 v1.14.1

Choose a tag to compare

@icing icing released this 05 Mar 09:56
· 546 commits to master since this release
  • Tweaks to new H2Padding, now simply is of the form:
    H2Padding numbits
    and applies a random number of padding bytes to each payload frame. The
    range is from [0, 2^N[. The default is 0, so no padding.