Releases: icing/mod_h2
Releases · icing/mod_h2
mod_h[ttp]2 v1.10.14
- fixed unfair scheduling when number of active connections
exceeded the scheduling fifo capacity.
mod_h[ttp]2 v1.10.13
- 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
- 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
- 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
- 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
- v1.10.9, bucket beam signalling cleanup for tracking down #143
mod_h[ttp]2 v1.10.8
- addressing issue #143
mod_h[ttp]2 v1.10.7
- 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
- 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
- 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.