Skip to content

Commit

Permalink
Fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jun 5, 2018
1 parent 1cb5c60 commit 6177b05
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,10 @@ Changelog
3.3.1 (2018-06-05)
==================

Bugfixes
--------

- Fix ``sock_read`` timeout. (`#3053 <https://github.com/aio-libs/aiohttp/pull/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 <https://github.com/aio-libs/aiohttp/pull/3054>`_)
- 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 <https://github.com/aio-libs/aiohttp/pull/3054>`_)


3.3.0 (2018-06-01)
Expand Down

0 comments on commit 6177b05

Please sign in to comment.