-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Description
When body is string or bytes object the aiohttp sets default content type to application/octed-stream, but when body is StreamReader or coroutine or other kind of stream the Content-Type is not touched.
I believe automatic Content-Type should not be set. But in case it has to, it should at least be consistent.
Reactions are currently unavailable