From: Giovanni Bechis Date: Wed, 9 Sep 2020 15:06:29 +0000 (+0000) Subject: mention 304 headers handling X-Git-Tag: 2.5.0-alpha2-ci-test-only~1208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f077e9a2b25b7f664ada36dd34b280f5e07fbcf1;p=thirdparty%2Fapache%2Fhttpd.git mention 304 headers handling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881593 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ddc7200a90f..529539da93c 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 . [Stefan Eissing]