]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2: fixed a bug in flushing pending data on an already closed
authorStefan Eissing <icing@apache.org>
Fri, 9 Jun 2023 15:02:21 +0000 (15:02 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 9 Jun 2023 15:02:21 +0000 (15:02 +0000)
commitaf4b652c80e7c2bc1b8a613e58ce4e41fb41b243
treec91af07053db1e5c76816c931070fa64e0463499
parentba808b06f3f3296aa7faa063c8265b8a414d1a38
  *) mod_http2: fixed a bug in flushing pending data on an already closed
     connection that could lead to a busy loop, preventing the HTTP/2 session
     to close down successfully. Fixed PR 66624.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1910331 13f79535-47bb-0310-9956-ffa450edef68
changes-entries/h2_flush_fix.txt [new file with mode: 0644]
modules/http2/h2_session.c