The request timed out while trying to connect to the remote server. Requests that produced this error are safe to retry.
| 89 | |
| 90 | |
| 91 | class ConnectTimeout(ConnectionError, Timeout): |
| 92 | """The request timed out while trying to connect to the remote server. |
| 93 | |
| 94 | Requests that produced this error are safe to retry. |
| 95 | """ |
| 96 | |
| 97 | |
| 98 | class ReadTimeout(Timeout): |