Skip to content

Commit 719d5a5

Browse files
committed
Added HTTP 504 description
1 parent 6cfb01f commit 719d5a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/src/operations/troubleshooting/common-http-status-codes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ This HTTP status code is a result of trying to upload a resource that is too lar
1818
This HTTP status may be a result of a connection timeout if a forward proxy is used or when using ping pong 2.x in DSF 1.x with a download resource size of >400MB.
1919

2020
# 502 Bad Gateway
21-
This HTTP status code is usually the response of a proxy because the server was unavailable or did not respond.
21+
This HTTP status code is usually the response of a proxy because the upstream server sent an invalid response.
22+
23+
# 504 Gateway Timeout
24+
This HTTP status code is usually the response of a proxy because the upstream server did not send a response in time.

0 commit comments

Comments
 (0)