We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are new versions of aiohttp available from pypi.
ConnectionResetError
CancelledError
ClientTimeout
aiohttp.web
asyncio.streams.FlowControlMixin
@helpers.reify
runner.addresses
bytearray
bytes
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
There are new versions of aiohttp available from pypi.
3.3.0
Features
ConnectionResetError
instead ofCancelledError
on tryingto write to a closed stream.
(#2499)
ClientTimeout
class and support socket read timeout.(#2768)
aiohttp.web
is used as a program(#2956)
(#2968)
(#2983)
asyncio.streams.FlowControlMixin
(#2986)
@helpers.reify
, 5% boost on macro benchmark(#2995)
(#3015)
runner.addresses
property.(#3036)
bytearray
instead of a list ofbytes
in websocket reader. Itimproves websocket message reading a little.
(#3039)
used hack violates HTTP protocol.
(#3041)
(#3045)
Bugfixes
settings (#2981)
preserved. (#3009)
Improved Documentation
(#3029)
(#3030)
aiohttp 3.0
(#3032)
Deprecations and Removals
(#3021)
Misc
The text was updated successfully, but these errors were encountered: