From: Joe Orton Date: Tue, 8 Sep 2020 11:46:42 +0000 (+0000) Subject: Document PR 64709 fix confirmed for r1881459. [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~1212 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39668d17a76f3860f6704eb0e50ac3e78290aba0;p=thirdparty%2Fapache%2Fhttpd.git Document PR 64709 fix confirmed for r1881459. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1881552 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/pr64709.txt b/changes-entries/pr64709.txt new file mode 100644 index 00000000000..aaa2854ec2e --- /dev/null +++ b/changes-entries/pr64709.txt @@ -0,0 +1,3 @@ + *) 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]