We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23f9b9 commit e670cfcCopy full SHA for e670cfc
compat.py
@@ -76,7 +76,7 @@
76
77
BAD_REQUEST = http.client.BAD_REQUEST
78
SERVICE_UNAVAILABLE = http.client.SERVICE_UNAVAILABLE
79
- GATEWAY_TIMEOUT = http.client.SERVICE_UNAVAILABLE
+ GATEWAY_TIMEOUT = http.client.GATEWAY_TIMEOUT
80
FORBIDDEN = http.client.FORBIDDEN
81
UNAUTHORIZED = http.client.UNAUTHORIZED
82
INTERNAL_SERVER_ERROR = http.client.INTERNAL_SERVER_ERROR
0 commit comments