Skip to content

aiohttp 1.0.5 release

Compare
Choose a tag to compare
@asvetlov asvetlov released this 11 Oct 17:40
· 7987 commits to master since this release

CHANGES

  • Fix StreamReader._read_nowait to return all available
    data up to the requested amount. It boosts a performance in edge cases #1297