Skip to content

Commit 1858e27

Browse files
committed
SNOW-27289: HTTP 504 is not retired for PY2
1 parent e670cfc commit 1858e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
BAD_REQUEST = httplib.BAD_REQUEST
4646
SERVICE_UNAVAILABLE = httplib.SERVICE_UNAVAILABLE
47-
GATEWAY_TIMEOUT = httplib.SERVICE_UNAVAILABLE
47+
GATEWAY_TIMEOUT = httplib.GATEWAY_TIMEOUT
4848
FORBIDDEN = httplib.FORBIDDEN
4949
UNAUTHORIZED = httplib.UNAUTHORIZED
5050
INTERNAL_SERVER_ERROR = httplib.INTERNAL_SERVER_ERROR

0 commit comments

Comments
 (0)