Skip to content

Commit

Permalink
update broken rfc link
Browse files Browse the repository at this point in the history
ietf seems appropriate here - it's used elsewhere in the requets docs in
several places.
  • Loading branch information
EFord36 committed Nov 24, 2023
1 parent 3027083 commit 424ba89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1097,7 +1097,7 @@ The **connect** timeout is the number of seconds Requests will wait for your
client to establish a connection to a remote machine (corresponding to the
`connect()`_) call on the socket. It's a good practice to set connect timeouts
to slightly larger than a multiple of 3, which is the default `TCP packet
retransmission window <https://www.hjp.at/doc/rfc/rfc2988.txt>`_.
retransmission window <https://datatracker.ietf.org/doc/html/rfc2988>`_.

Once your client has connected to the server and sent the HTTP request, the
**read** timeout is the number of seconds the client will wait for the server
Expand Down

0 comments on commit 424ba89

Please sign in to comment.