We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f81acc commit f3cc06dCopy full SHA for f3cc06d
HISTORY.rst
@@ -4,6 +4,19 @@ Release History
4
3.1.1dev0
5
---------
6
7
+Bugfixes
8
+~~~~~~~~
9
+
10
+- Receiving DATA frames on closed (or reset) streams now properly emit a
11
+ WINDOW_UPDATE to keep the connection flow window topped up.
12
13
+API Changes (Backward-Incompatible)
14
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15
16
+- ``h2.config.logger`` now uses a `trace(...)` function, in addition
17
+ to `debug(...)`. If you defined a custom logger object, you need to handle
18
+ these new function calls.
19
20
21
3.1.1 (2019-08-02)
22
------------------
0 commit comments