From: Yann Ylavic Date: Mon, 14 Nov 2016 12:09:48 +0000 (+0000) Subject: Merge r1733538 from trunk (follow up to 2.4.21's r1746997): X-Git-Tag: 2.4.24~131 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95e97cee7ef45288aef0f2ffb86e9144ca60d315;p=thirdparty%2Fapache%2Fhttpd.git Merge r1733538 from trunk (follow up to 2.4.21's r1746997): ab: follow up to r1733537: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1769610 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 991bf12ecae..664038620a0 100644 --- a/CHANGES +++ b/CHANGES @@ -172,6 +172,9 @@ Changes with Apache 2.4.22 Changes with Apache 2.4.21 + *) ab: Use caseless matching for HTTP tokens (e.g. content-length). PR 59111. + [Yann Ylavic] + *) mod_http2: more rigid error handling in DATA frame assembly, leading to deterministic connection errors if assembly fails. [Stefan Eissing, Pal Nilsen ]