update broken rfc link

ietf seems appropriate here - it's used elsewhere in the requets docs in
several places.
This commit is contained in:
Elliot Ford
2023-11-24 11:05:45 +00:00
parent 0a7f662aa7
commit a0e79bad05
+1 -1
View File
@@ -1099,7 +1099,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 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 `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 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 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 **read** timeout is the number of seconds the client will wait for the server