Skip to content

Releases: icing/mod_h2

mod_h[ttp]2 v1.10.14

29 Nov 10:03
Compare
Choose a tag to compare
  • fixed unfair scheduling when number of active connections
    exceeded the scheduling fifo capacity.

mod_h[ttp]2 v1.10.13

30 Oct 15:03
Compare
Choose a tag to compare
  • avoid unnecessary data retrieval for a trace log. Allow certain
    information retrievals on null bucket beams where it makes sense.
  • Fixed configure to check first for libs and then add compiler flags

mod_h[ttp]2 v1.10.12

29 Sep 16:11
Compare
Choose a tag to compare
  • Reverting 1.10.11 change since showed no effect on issue #120
  • Fixes a race condition on request body handling.

mod_h[ttp]2 v1.10.11

04 Sep 15:35
Compare
Choose a tag to compare
  • DoS flow control protection is less agressive as long as active tasks stay
    below worker capacity. Intended to fix problems with media streaming.

mod_h[ttp]2 v1.10.10

30 Jul 19:06
Compare
Choose a tag to compare
  • adding signalling of data available before waiting on beam buffer to drain. Missing this causes suspended streams to stall and time out.

mod_h[ttp]2 v1.10.9

30 Jul 12:13
Compare
Choose a tag to compare
  • v1.10.9, bucket beam signalling cleanup for tracking down #143

mod_h[ttp]2 v1.10.8

27 Jul 08:30
Compare
Choose a tag to compare
  • addressing issue #143

mod_h[ttp]2 v1.10.7

06 Jul 09:26
Compare
Choose a tag to compare
  • disable and give warning when mpm_prefork is encountered. The server will
    continue to work, but HTTP/2 will no longer be negotiated.
  • improved implementation of ready queue.

mod_h[ttp]2 v1.10.6

06 Jun 09:25
Compare
Choose a tag to compare
  • Fix for possible CPU busy loop introduced in v1.10.3 where a stream may keep
    the session in continuous check for state changes that never happen.

mod_h[ttp]2 v1.10.5

05 May 15:24
Compare
Choose a tag to compare
  • mod_http2: fail requests without ERROR log in case we need to read interim
    responses and see only garbage. This can happen if proxied servers send
    data where none should be, e.g. a body for a HEAD request.