-
-
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
Specify timeout in aiohttp.request #3213
Specify timeout in aiohttp.request #3213
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3213 +/- ##
==========================================
- Coverage 98.11% 98.07% -0.04%
==========================================
Files 43 43
Lines 7853 7853
Branches 1354 1354
==========================================
- Hits 7705 7702 -3
- Misses 57 59 +2
- Partials 91 92 +1
Continue to review full report at Codecov.
|
Thank you for the contribution. |
70cbfec
to
f3a0cf9
Compare
@asvetlov Done! |
@knight42 could you please also add a changelog fragment to |
@webknjaz Done! |
Thanks! |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs. |
What do these changes do?
Enable users to set
ClientTimeout
inaiohttp.request
Are there changes in behavior for the user?
Related issue number
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.