gatewayTimeout constant

int const gatewayTimeout

gatewayTimeout = 504.

This error response is given when the server is acting as a gateway and cannot get a response in time.

https://tools.ietf.org/html/rfc7231#section-6.6.5

Implementation

static const int gatewayTimeout = 504;