Skip to content

Commit 82b5064

Browse files
committed
make update-changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1929947 13f79535-47bb-0310-9956-ffa450edef68
1 parent cc53f1c commit 82b5064

File tree

7 files changed

+28
-22
lines changed

7 files changed

+28
-22
lines changed

CHANGES

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
-*- coding: utf-8 -*-
22
Changes with Apache 2.4.66
33

4+
*) mod_http2: Fix handling of 304 responses from mod_cache. PR 69580.
5+
[Stefan Eissing]
6+
7+
*) mod_http2/mod_proxy_http2: fix a bug in calculating the log2 value of
8+
integers, used in push diaries and proxy window size calculations.
9+
PR69741 [Benjamin P. Kallus]
10+
11+
*) mod_md: update to version 2.6.5
12+
- New directive `MDInitialDelay`, controlling how longer to wait after
13+
a server restart before checking certificates for renewal.
14+
[Michael Kaufmann]
15+
- Hardening: when build with OpenSSL older than 1.0.2 or old libressl
16+
versions, the parsing of ASN.1 time strings did not do a length check.
17+
- Hardening: when reading back OCSP responses stored in the local JSON
18+
store, missing 'valid' key led to uninitialized values, resulting in
19+
wrong refresh behaviour.
20+
21+
*) mod_md: update to version 2.6.6
22+
- Fix a small memory leak when using OpenSSL's BIGNUMs. [Theo Buehler]
23+
- Fix reuse of curl easy handles by resetting them. [Michael Kaufmann]
24+
25+
*) mod_http2: update to version 2.0.35
26+
New directive `H2MaxStreamErrors` to control how much bad behaviour
27+
by clients is tolerated before the connection is closed.
28+
[Stefan Eissing]
29+
30+
* mod_proxy_http2: add support for ProxyErrorOverride directive. PR69771
31+
432
*) mpm_common: Add new ListenTCPDeferAccept directive that allows to specify
533
the value set for the TCP_DEFER_ACCEPT socket option on listen sockets.
634
[Ruediger Pluem]

changes-entries/h2_v2.0.35.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

changes-entries/md_v2.6.5.txt

Lines changed: 0 additions & 9 deletions
This file was deleted.

changes-entries/md_v2.6.6.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes-entries/pr69580.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

changes-entries/pr69741.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

changes-entries/pr69771.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)