-
-
Notifications
You must be signed in to change notification settings - Fork 863
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
Switch to more concise Timeout parameters #1111
Conversation
@@ -374,16 +374,16 @@ HTTPX also allows you to specify the timeout behavior in more fine grained detai | |||
There are four different types of timeouts that may occur. These are **connect**, | |||
**read**, **write**, and **pool** timeouts. | |||
|
|||
* The **connect timeout** specifies the maximum amount of time to wait until | |||
* The **connect** timeout specifies the maximum amount of time to wait until |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change in emphasis is so that it's clearer now that the usage is connect=...
. :-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nicely done, yes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fantastic! Much neater. 😀
Fixes #1093
Becomes: