summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGiovanni Bechis <gbechis@apache.org>2020-09-09 17:06:29 +0200
committerGiovanni Bechis <gbechis@apache.org>2020-09-09 17:06:29 +0200
commitf077e9a2b25b7f664ada36dd34b280f5e07fbcf1 (patch)
tree1f1069d772cb6de66e1d97db1bd836ba14abd8ae /CHANGES
parenthandle headers when replying a 304 following rfc7234 (diff)
downloadapache2-f077e9a2b25b7f664ada36dd34b280f5e07fbcf1.tar.xz
apache2-f077e9a2b25b7f664ada36dd34b280f5e07fbcf1.zip
mention 304 headers handling
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881593 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ddc7200a90..529539da93 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) core: handle headers when replying a 304 following RFC7234.
+ [Giovanni Bechis]
+
*) mod_http2: remove support for abandoned http-wg draft
<https://datatracker.ietf.org/doc/draft-kazuho-h2-cache-digest/>.
[Stefan Eissing]