-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
separate read + connect + request timeouts #1523
Conversation
Codecov Report@@ Coverage Diff @@
## master #1523 +/- ##
==========================================
+ Coverage 98.59% 98.59% +<.01%
==========================================
Files 30 30
Lines 7055 7071 +16
Branches 1176 1179 +3
==========================================
+ Hits 6956 6972 +16
Misses 58 58
Partials 41 41
Continue to review full report at Codecov.
|
- remove unused property set - add test where TCPConnector does not have a conn_timeout
I updated the implementation to allow for unlimited timeouts by passing |
adding @fafhrd91 |
looks good. i am not sure about proper api though. lets add read_timeout but lets wait with documentation. i did some work on TimeService but for server, we may introduce time_service for client as well, so it'd be possible to use third-party time service. |
I think it was a mistake making the default |
# Conflicts: # CHANGES.rst
cool, let me know what you want me do. |
|
i'll merge this change. if you'd like you can look into time_service integration |
thanks |
https://github.com/KeepSafe/aiohttp/pull/1523/files#diff-7dd84b5ef8d5eea2de1dfc5329411dfcL127 let me know if you want me change it to None and update the logic |
ok, lets replace it with None |
This is an attempt at fixing the timeout issues raised in #1524 + #1180