File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Release 5.4.3
2+ ------------------
3+
4+ This maintenance release fixes several defects and regression reported sicne the previous
5+ release includin a regression in backpressure handling of async TLS sessions introduced in
6+ version 5.3.3.
7+
8+ Change Log
9+ -------------------
10+
11+ * HTTPCORE-796: abort redirected requests during the expect-continue handshake the same
12+ way as errors.
13+ Contributed by Oleg Kalnichevski <olegk at apache.org>
14+
15+ * Fixed regression in backpressure handling of async TLS sessions. Reverts HTTPCORE-775.
16+ Contributed by Ryan Schmitt <rschmitt at apache.org>
17+
18+ * Use max line length of 8192 and max header count of 100 for incoming HTTP/1 messages
19+ by default.
20+ Contributed by Oleg Kalnichevski <olegk at apache.org>
21+
22+ * Enforce configured HPACK header list size limit upon initialization of HTTP/2
23+ connections.
24+ Contributed by Arturo Bernal <abernal at apache.org>
25+
26+ * HTTPCORE-774: fixed a race condition caused by concurrent update of the connection input
27+ window to the max value (ported from 5.3.x; omitted by mistake).
28+ Contributed by Oleg Kalnichevski <olegk at apache.org>
29+
30+ * Ensure async data consumers can avoid NPE if they have been canceled / released from another
31+ thread at the same with concurrent data processing
32+ Contributed by Oleg Kalnichevski <olegk at apache.org>
33+
34+ * Fixed connection pool lease timeout race potentially causing pool entry leak (#649).
35+ Contributed by Arturo Bernal <abernal at apache.org>
36+
37+
138Release 5.4.2
239------------------
340
You can’t perform that action at this time.
0 commit comments