Should a 502 HTTP status code be used if a proxy receives no response at all?

primroot picture primroot · Feb 16, 2011 · Viewed 214.9k times · Source

According to the RFC:

10.5.3 502 Bad Gateway
The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.

Can invalid response also mean no response at all (e.g. connection refused)?

Answer

blinkingled picture blinkingled · Feb 16, 2011

Yes. Empty or incomplete headers or response body typically caused by broken connections or server side crash can cause 502 errors if accessed via a gateway or proxy.

For more information about the network errors

https://en.wikipedia.org/wiki/List_of_HTTP_status_codes