From: Eric Covener Date: Wed, 21 Dec 2016 16:24:04 +0000 (+0000) Subject: fix indent X-Git-Tag: 2.5.0-alpha~883 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a216bb1704e7c76f59978e93c66fe03a676a2cc;p=thirdparty%2Fapache%2Fhttpd.git fix indent git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1775491 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 1145e67f784..4eff68ac075 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 - *) mod_proxy_fcgi, mod_fcgid: Fix crashes in ap_fcgi_encoded_env_len() when - modules add empty environment variables to the request. PR60275. - [] + *) mod_proxy_fcgi, mod_fcgid: Fix crashes in ap_fcgi_encoded_env_len() when + modules add empty environment variables to the request. PR60275. + [] *) http: Allow unknown response status' lines returned in the form of "HTTP/x.x xxx Status xxx". [Yann Ylavic]