Path to this page:
Subject: CVS commit: pkgsrc/www/py-h2
From: Adam Ciarcinski
Date: 2020-02-17 13:12:37
Message id: 20200217121238.07626FBF4@cvs.NetBSD.org
Log Message:
py-h2: updated to 3.2.0
3.2.0:
Bugfixes
- Receiving DATA frames on closed (or reset) streams now properly emit a
WINDOW_UPDATE to keep the connection flow window topped up.
API Changes (Backward-Incompatible)
- ``h2.config.logger`` now uses a `trace(...)` function, in addition
to `debug(...)`. If you defined a custom logger object, you need to handle
these new function calls.
Files: