]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_http2: fixed a bug that could lead to a crash in main connection
authorStefan Eissing <icing@apache.org>
Tue, 13 Jun 2023 14:36:43 +0000 (14:36 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 13 Jun 2023 14:36:43 +0000 (14:36 +0000)
commitccf4365117ef1df09334d02a3ee9e3bb329b8360
tree9d26ee90546de433f0c7847a6902c3c64936685c
parentf000cb5fb2997d211851df7d20baf3fe4e1153ca
  *) mod_http2: fixed a bug that could lead to a crash in main connection
     output handling. This occured only when the last request on a HTTP/2
     connection had been processed and the session decided to shut down.
     This could lead to an attempt to send a final GOAWAY while the previous
     write was still in progress. See PR 66646.

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