Skip to content

Commit d00a32b

Browse files
authoredFeb 9, 2024
Upgrade to llhttp 9.2 (aio-libs#8146) (aio-libs#8152)
(cherry picked from commit 0ec65c0)

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed
 

‎CHANGES/8146.feature.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Upgraded *llhttp* to 9.2 -- by :user:`Dreamsorcerer`.

‎tests/test_http_parser.py

-2
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,6 @@ def test_invalid_header_spacing(parser, pad1: bytes, pad2: bytes, hdr: bytes) ->
629629

630630

631631
def test_empty_header_name(parser) -> None:
632-
if not isinstance(response, HttpResponseParserPy):
633-
pytest.xfail("Regression test for Py parser. May match C behaviour later.")
634632
text = b"GET /test HTTP/1.1\r\n" b":test\r\n\r\n"
635633
with pytest.raises(http_exceptions.BadHttpMessage):
636634
parser.feed_data(text)

0 commit comments

Comments
 (0)
Please sign in to comment.