Skip to content

Commit e670cfc

Browse files
committed
SNOW-27289: HTTP 504 is not retired
1 parent a23f9b9 commit e670cfc

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
@@ -76,7 +76,7 @@
7676

7777
BAD_REQUEST = http.client.BAD_REQUEST
7878
SERVICE_UNAVAILABLE = http.client.SERVICE_UNAVAILABLE
79-
GATEWAY_TIMEOUT = http.client.SERVICE_UNAVAILABLE
79+
GATEWAY_TIMEOUT = http.client.GATEWAY_TIMEOUT
8080
FORBIDDEN = http.client.FORBIDDEN
8181
UNAUTHORIZED = http.client.UNAUTHORIZED
8282
INTERNAL_SERVER_ERROR = http.client.INTERNAL_SERVER_ERROR

0 commit comments

Comments
 (0)