Skip to content

aiohttp 3.3.1

Compare
Choose a tag to compare
@asvetlov asvetlov released this 05 Jun 21:00
· 5540 commits to master since this release

Bugfix release.

Changes

  • Fix sock_read timeout. (#3053)
  • When using a server-request body as the data= argument of a client request,
    iterate over the content with readany instead of readline to avoid Line too long errors. (#3054)