You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs.
If you feel like there's important points made in this discussion, please include those exceprts into that [new issue].
[new issue]: https://github.com/aio-libs/aiohttp/issues/new
Long story short
A request containing
will parse to:
Expected behaviour
Not squishing them together like 3.3. :)
Actual behaviour
Squishes together.
Steps to reproduce
Start a simple aiohttp server, then:
gives you:
<CIMultiDictProxy('FooBar': 'x')>
It doesn’t matter, whether there’s a space behind
Foo:
or not.Your environment
aiohttp 3.4.0. 3.3 works fine.
The text was updated successfully, but these errors were encountered: