summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2023-03-24 16:16:29 +0000
committerStefan Eissing <icing@apache.org>2023-03-24 16:16:29 +0000
commitd6a9e454a65bc470d2d2f32e2f50070e716eb3fa (patch)
tree14cd5b7ddf468af3ba228dde0cfbbf002d94a87c /changes-entries
parent56745ba205f51eca713f4a3b3dcd1fd16103bb3f (diff)
downloadhttpd-d6a9e454a65bc470d2d2f32e2f50070e716eb3fa.tar.gz
*) mod_http2: fixed a crash during connection termination. See PR 66539.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908691 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/http2_pr66539.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/changes-entries/http2_pr66539.txt b/changes-entries/http2_pr66539.txt
new file mode 100644
index 0000000000..73433300c3
--- /dev/null
+++ b/changes-entries/http2_pr66539.txt
@@ -0,0 +1,2 @@
+ *) mod_http2: fixed a crash during connection termination. See PR 66539.
+ [Stefan Eissing]