===================
- Flow control subsystem refactoring
- HTTP server performance optimizations
- Allow to match any request method with `*`
- Explicitly call drain on transport (`316 <https://github.com/aio-libs/aiohttp/pull/316>`_)
- Make chardet module dependency mandatory (`318 <https://github.com/aio-libs/aiohttp/pull/318>`_)
- Support keep-alive for HTTP 1.0 (`325 <https://github.com/aio-libs/aiohttp/pull/325>`_)
- Do not chunk single file during upload (`327 <https://github.com/aio-libs/aiohttp/pull/327>`_)
- Add ClientSession object for cookie storage and default headers (`328 <https://github.com/aio-libs/aiohttp/pull/328>`_)
- Add `keep_alive_on` argument for HTTP server handler.
----