Skip to content

Commit ff96eca

Browse files
committed
Updated release notes for HttpCore 3.5.6 release
1 parent 5de2967 commit ff96eca

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

RELEASE_NOTES.txt

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
Release 5.3.6
2+
------------------
3+
4+
This maintenance release fixes a regression introduced by the previous release that can cause
5+
a temporary I/O spin during HTTP/2 connection shutdown in case the opposite endpoint fails
6+
to send a GOAWAY frame, and also fixes several bugs related to abnormal termination of HTTP/2
7+
connections found since the last release.
8+
9+
10+
Change Log
11+
-------------------
12+
13+
* Bug fix: #disconnected method of protocol handlers is to be called only once
14+
the underlying I/O session has been fully closed out.
15+
Contributed by Oleg Kalnichevski <olegk at apache.org>
16+
17+
* Bug fix: Fixed a race between async I/O session termination and command submission.
18+
Contributed by Oleg Kalnichevski <olegk at apache.org>
19+
20+
* Bug fix: Async I/O sessions to explicitly close the I/O channel for output in GRACEFUL
21+
close mode.
22+
Contributed by Oleg Kalnichevski <olegk at apache.org>
23+
24+
* Bug fix: Classic HTTP server to keep RequestListener thread running when an exception
25+
occurs during initialization of the incoming connection.
26+
Contributed by Christian de Waal <christian at de.waal.name>
27+
28+
* Regression: Improved HTTP/2 connection termination in case of the opposite endpoint
29+
failing to send a GOAWAY frame (correction).
30+
Contributed by Oleg Kalnichevski <olegk at apache.org>
31+
32+
133
Release 5.3.5
234
------------------
335

0 commit comments

Comments
 (0)