File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11Release History
22===============
33
4- dev
5- ---
4+ 4.0.2 (2017-02-20)
5+ ------------------
66
77**Bugfixes **
88
99- Fixed AltSvc stream association, which was incorrectly set to ``'both' ``:
1010 should have been ``'either' ``.
1111- Fixed a bug where stream IDs on received frames were allowed to be 32-bit,
1212 instead of 31-bit.
13+ - Fixed a bug with frames that had the ``PADDING `` flag set but zero-length
14+ padding, whose flow-controlled length was calculated wrongly.
1315- Miscellaneous performance improvements to serialization and parsing logic.
1416
15174.0.1 (2016-03-13)
Original file line number Diff line number Diff line change 5454# built documents.
5555#
5656# The short X.Y version.
57- version = '4.0.1 '
57+ version = '4.0.2 '
5858# The full version, including alpha/beta/rc tags.
59- release = '4.0.1 '
59+ release = '4.0.2 '
6060
6161# The language for content autogenerated by Sphinx. Refer to documentation
6262# for a list of supported languages.
Original file line number Diff line number Diff line change 55
66A module for providing a pure-Python HTTP/2 framing layer.
77"""
8- __version__ = '4.0.1 '
8+ __version__ = '4.0.2 '
You can’t perform that action at this time.
0 commit comments