Replies: 1 comment 3 replies
-
We use llhttp by default, so an issue would need to be opened there. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an IOT device that measures temperatures and provides an http api. Accessed with curl it looks like that:
Accessing that worked with aiohttp 3.8.4 but with 3.8.5 this happens:
here is the hexdump of wireshark of the session:
As you can see in 0000010A there is a space after the chunk-size. I took a look into the RFCs and indeed it looks like that there must be no space except when a chunk-ext thing is coming.
But every other client I tried so far was pretty relaxed about that space. (firefox, python-requests, curl, perls lwp-request, chrome, and aiohttp up to version 3.8.4)
Is it worth opening an issue for that?
Beta Was this translation helpful? Give feedback.
All reactions