File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
33
Release 5.3.5
2
34
------------------
3
35
You can’t perform that action at this time.
0 commit comments