]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2/mod_proxy_http2: proxy_http2 checks correct master connection aborted...
authorStefan Eissing <icing@apache.org>
Tue, 26 Feb 2019 09:55:44 +0000 (09:55 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 26 Feb 2019 09:55:44 +0000 (09:55 +0000)
commit4ac456c6568521d1287d58f785f6a514e8528194
treedc53133117d220c1ae92b086d3fd47a7a56a3734
parent4a408697dcb8efd6a02f1b619418295fc1d7ba59
  *) mod_http2/mod_proxy_http2: proxy_http2 checks correct master connection aborted status
     to trigger immediate shutdown of backend connections. This is now always signalled
     by mod_http2 when the the session is being released.
     proxy_http2 now only sends a PING frame to the backend when there is not already one
     in flight. [Stefan Eissing]

  *) mod_proxy_http2: fixed an issue where a proxy_http2 handler entered an infinite
     loop when encountering certain errors on the backend connection.
     See <https://bz.apache.org/bugzilla/show_bug.cgi?id=63170>. [Stefan Eissing]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1854365 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/http2/h2_mplx.c
modules/http2/h2_proxy_session.c
modules/http2/h2_version.h
modules/http2/mod_proxy_http2.c