]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2: sync with module's github.
authorStefan Eissing <icing@apache.org>
Mon, 27 May 2024 11:04:52 +0000 (11:04 +0000)
committerStefan Eissing <icing@apache.org>
Mon, 27 May 2024 11:04:52 +0000 (11:04 +0000)
commitc69a51bff8157e403121f8436d85dde21ad28bd2
tree81a298b558ae7f2a9b8bfe811ae0a7088ca22b54
parent6f4f03cc89a8741eaf2b21dbea7c590c47563fc8
 *) mod_http2: sync with module's github.
    - on newer HTTPD versions, return connection monitoring
      to the event MPM when block on client updates.
      2.4.x versions still treat connections in the event
      MPM as KeepAlive and purge them on load in the middle
      of response processing.
    - spelling fixes
    - support for yield calls in c2 "network" filter

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918003 13f79535-47bb-0310-9956-ffa450edef68
modules/http2/h2_c1.c
modules/http2/h2_c2.c
modules/http2/h2_mplx.c
modules/http2/h2_mplx.h
modules/http2/h2_session.c
modules/http2/h2_session.h
modules/http2/h2_version.h