]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2/mpm_event: Fixes the behaviour when a HTTP/2 connection has nothing
authorStefan Eissing <icing@apache.org>
Wed, 3 Jul 2019 13:46:31 +0000 (13:46 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 3 Jul 2019 13:46:31 +0000 (13:46 +0000)
commit018caeddd81bc282acb2ed4df8fd0535cf4745f7
tree0d3bc0102f8ce3ba513a10c0e24b7a42562f2129
parente6835b3b469bbdbc869d06cf26a849c924f104d3
  *) mod_http2/mpm_event: Fixes the behaviour when a HTTP/2 connection has nothing
     more to write with streams ongoing (flow control block). The timeout waiting
     for the client to send WINODW_UPDATE was incorrectly KeepAliveTimeout and not
     Timeout as it should be. Fixes PR 63534. [Yann Ylavic, Stefan Eissing]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1862475 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/http2/h2_conn.c
modules/http2/h2_version.h
server/mpm/event/event.c