Skip to content

aiohttp 3.5.4 bugfix release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 12 Jan 15:57
· 5184 commits to master since this release

Changes

  • Fix stream .read() / .readany() / .iter_any() which used to return a
    partial content only in case of compressed content
    #3525 <https://github.com/aio-libs/aiohttp/issues/3525>_