From: Ruediger Pluem Date: Fri, 11 Sep 2020 06:17:34 +0000 (+0000) Subject: * Changelog for r1881620 [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~1205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8971af41cccf35fa36d6ca8d9dd873d8d3e1265f;p=thirdparty%2Fapache%2Fhttpd.git * Changelog for r1881620 [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881635 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/http2_log_early_errors.txt b/changes-entries/http2_log_early_errors.txt new file mode 100644 index 00000000000..29477aa0add --- /dev/null +++ b/changes-entries/http2_log_early_errors.txt @@ -0,0 +1,3 @@ + *) 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]