You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2020/09/15 07:50:26 UTC

svn commit: r1881729 - in /httpd/httpd/trunk: CHANGES changes-entries/http2_log_early_errors.txt changes-entries/pr64598.txt changes-entries/pr64709.txt

Author: rpluem
Date: Tue Sep 15 07:50:26 2020
New Revision: 1881729

URL: http://svn.apache.org/viewvc?rev=1881729&view=rev
Log:
* Update change entries via make update-changes [skip ci]

Removed:
    httpd/httpd/trunk/changes-entries/http2_log_early_errors.txt
    httpd/httpd/trunk/changes-entries/pr64598.txt
    httpd/httpd/trunk/changes-entries/pr64709.txt
Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1881729&r1=1881728&r2=1881729&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue Sep 15 07:50:26 2020
@@ -1,6 +1,17 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) mod_http2: Log requests and sent the configured error response in case of
+     early detected errors like too many or too long headers.
+     [Ruediger Pluem, Stefan Eissing]
+
+  *) mod_proxy_uwsgi: Fix a crash when sending environment variables with no
+     value. PR 64598 [Ruediger Pluem]
+
+  *) mod_cgi/mod_cgid: Avoid a second read from a CGI script after a
+     timeout, which effectively doubled the configured timeout setting.
+     PR 64709.  [Joe Orton]
+
   *) core: handle headers when replying a 304 following RFC7234.
      [Giovanni Bechis]