diff options
author | Giovanni Bechis <gbechis@apache.org> | 2020-09-09 17:06:29 +0200 |
---|---|---|
committer | Giovanni Bechis <gbechis@apache.org> | 2020-09-09 17:06:29 +0200 |
commit | f077e9a2b25b7f664ada36dd34b280f5e07fbcf1 (patch) | |
tree | 1f1069d772cb6de66e1d97db1bd836ba14abd8ae /CHANGES | |
parent | handle headers when replying a 304 following rfc7234 (diff) | |
download | apache2-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-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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] |