Skip to content

mod_h2 v1.14.1

Compare
Choose a tag to compare
@icing icing released this 05 Mar 09:56
· 491 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.