Apache 2.4.26 (http2 probs? )

ikkeben

Verified User
Joined
May 22, 2014
Messages
1,558
Location
Netherlands Germany
Apache 2.4.26 (http2 probs? ) not released yet

I hope this fixes the HTTP2 probs? (sorry not released yet but for the Forumusers to read hopefully them with http2 problems after update to version 2.4.25 this will solve the issue.)

When in DA Custombuild?

Here the http2 probs
https://forum.directadmin.com/showthread.php?t=52590&page=3&p=278052#post278052


https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x/CHANGES

Changes with Apache 2.4.26

*) mod_http2: regression fix on PR 59348, on graceful restart, ongoing
streams are finished normally before the final GOAWAY is sent.
[Stefan Eissing, <slavko gmail.com>]

*) mod_http2: fixes PR60599, sending proper response for conditional requests
answered by mod_cache. [Jeff Wheelhouse, Stefan Eissing]

*) mod_http2: rework of stream resource cleanup to avoid a crash in a close
of a lingering connection. Prohibit special file bucket beaming for
shared buckets. Files sent in stream output now use the stream pool
as read buffer, reducing memory footprint of connections.
[Yann Ylavic, Stefan Eissing]

*) mod_proxy_fcgi, mod_fcgid: Fix crashes in ap_fcgi_encoded_env_len() when
modules add empty environment variables to the request. PR60275.
[<alex2grad AT gmail.com>]

*) mod_http2: fix for possible page fault when stream is resumed during
session shutdown. [sidney-j-r-m (github)]

*) mod_http2: fix for h2 session ignoring new responses while already
open streams continue to have data available. [Stefan Eissing]

*) mod_http2: adding support for MergeTrailers directive. [Stefan Eissing]

*) mod_http2: limiting DATA frame sizes by TLS record sizes in use on the
connection. Flushing outgoing frames earlier. [Stefan Eissing]

*) mod_http2: cleanup beamer registry on server reload, Fixes PR60510.
[Pavel Mateja <[email protected]>, Stefan Eissing]

*) mod_proxy_{ajp,fcgi}: Fix a possible crash when reusing an established
backend connection, happening with LogLevel trace2 or higher configured,
or at any log level with compilers not detected as C99 compliant (e.g.
MSVC on Windows). [Yann Ylavic]

*) mod_ext_filter: Don't interfere with "error buckets" issued by other
modules. PR60375. [Eric Covener, Lubos Uhliarik]

*) mod_http2: fixes https://github.com/icing/mod_h2/issues/126 e.g. beam
bucket lifetime handling when data is sent over temporary pools.
[Stefan Eissing]
 
Last edited:
Back
Top