HTTP Status 504

前端 未结 6 2160
旧巷少年郎
旧巷少年郎 2020-12-04 19:00

I\'m getting the following error when my win32 (c#) app is calling web services.

The request failed with HTTP status 504: Gateway timeout server response ti         


        
6条回答
  •  既然无缘
    2020-12-04 19:27

    One thing I have observed regarding this error is that is appears only for the first response from the server, which in case of http should be the handshake response. Once an immediate response is sent from the server to the gateway, if after the main response takes time it does not give an error. The key here is that the first response on a request by a server should be fast.

提交回复
热议问题