summaryrefslogtreecommitdiff
path: root/changes-entries
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2023-01-18 20:02:25 +0000
committerStefan Eissing <icing@apache.org>2023-01-18 20:02:25 +0000
commita829ac7f3f543ce6849d563aed4b6d602a7ca0e7 (patch)
treeba8024ac83329caa03690d0c1a75195910c0ba7c /changes-entries
parentf8ff446ba460e52396757e303436442fc678dec0 (diff)
downloadhttpd-a829ac7f3f543ce6849d563aed4b6d602a7ca0e7.tar.gz
*) mod_http2: client resets of HTTP/2 streams led to unwanted 500 errors
reported in access logs and error documents. The processing of the reset was correct, only unneccesary reporting was caused. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1906775 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'changes-entries')
-rw-r--r--changes-entries/h2-rst-access-500-fix.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes-entries/h2-rst-access-500-fix.txt b/changes-entries/h2-rst-access-500-fix.txt
new file mode 100644
index 0000000000..d165fa3bc8
--- /dev/null
+++ b/changes-entries/h2-rst-access-500-fix.txt
@@ -0,0 +1,4 @@
+ *) mod_http2: client resets of HTTP/2 streams led to unwanted 500 errors
+ reported in access logs and error documents. The processing of the
+ reset was correct, only unneccesary reporting was caused.
+ [Stefan Eissing]