You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/operations/troubleshooting/common-http-status-codes.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,4 +18,7 @@ This HTTP status code is a result of trying to upload a resource that is too lar
18
18
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.
19
19
20
20
# 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