SHA256
14
0
forked from pool/python-h2

- Update to 3.2.0:

* Receiving DATA frames on closed (or reset) streams now properly emit a
    WINDOW_UPDATE to keep the connection flow window topped up.
  * h2.config.logger now uses a trace(...) function, in addition to
    debug(...).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-h2?expand=0&rev=22
This commit is contained in:
2020-02-27 05:45:05 +00:00
committed by Git OBS Bridge
parent e3205dc32a
commit 69b4b27432
4 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Feb 27 05:43:42 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 3.2.0:
* Receiving DATA frames on closed (or reset) streams now properly emit a
WINDOW_UPDATE to keep the connection flow window topped up.
* h2.config.logger now uses a trace(...) function, in addition to
debug(...).
-------------------------------------------------------------------
Wed Dec 4 09:27:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>