Skip to content

aiohttp 0.10.0

Compare
Choose a tag to compare
@asvetlov asvetlov released this 13 Nov 12:51
· 10601 commits to master since this release

aiohttp 0.10.0 is a major release.

The main feature is brand new aiohttp.web package.

We made several minor tweaks and bugfixes also.

Changes:

  • Add aiohttp.web subpackage for highlevel http server support.
  • Add reason optional parameter to aiohttp.protocol.Response ctor.
  • Fix aiohttp.client bug for sending file without content-type.
  • Change error text for connection closed between server responses
    from 'Can not read status line' to explicit 'Connection closed by
    server'
  • Drop closed connections from connector #173
  • Set server.transport to None on .closing() #172