Skip to content

Commit af85dc7

Browse files
committed
Updated HTTP 500 to include potential issue when using ping pong 2.x a certain way
1 parent 5425f06 commit af85dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This HTTP status code may be encountered in different ways in the context of the
1515
This HTTP status code is a result of trying to upload a resource that is too large for the server to handle. This might be due to a misconfiguration of the DSF FHIR server's reverse proxy not allowing this much data to be uploaded.
1616

1717
# 500 Internal Server Error
18-
This HTTP status may be a result of a connection timeout if a forward proxy is used
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.
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 server was unavailable or did not respond.

0 commit comments

Comments
 (0)