Path to this page:
Subject: CVS commit: pkgsrc/www/py-h11
From: Adam Ciarcinski
Date: 2021-01-15 14:02:08
Message id: 20210115130208.4724DFA9D@cvs.NetBSD.org
Log Message:
py-h11: updated to 0.12.0
v0.12.0
Features
Added support for servers with broken line endings.
After this change h11 accepts both \r\n and \n as a headers delimiter.
Add early detection of invalid http data when request line starts with binary
Deprecations and Removals
Python 2.7 and PyPy 2 support is removed. h11 now requires Python>=3.6 \
including PyPy 3. Users running pip install h11 on Python 2 will automatically \
get the last Python 2-compatible version.
Files: