Package: python-h11 / 0.14.0-1.1~deb12u1

Metadata

Package Version Patches format
python-h11 0.14.0-1.1~deb12u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Validate Chunked Encoding chunk footer.patch | (download)

h11/_readers.py | 23 13 + 10 - 0 !
h11/tests/test_io.py | 54 38 + 16 - 0 !
2 files changed, 51 insertions(+), 26 deletions(-)

 validate chunked-encoding chunk footer

Also add a bit more thoroughness to some tests that I noticed while I
was working on it.

Thanks to Jeppe Bonde Weikop for the report.