Difference between operation has time out and (504) Gateway Timeout

后端 未结 4 931
暗喜
暗喜 2021-01-04 02:21

I am using HttpWebRequest in my application which is checking some URI\'s in multiple threads. I am getting multiple types of time out exceptions.

    <
4条回答
  •  甜味超标
    2021-01-04 02:55

    You can consult this link for "The operation has timed out" and the issue might be due to the server already busy with some task. And (504) Gateway Timeout means that one server did not receive a timely response from another server that it was accessing while attempting to load the web page or fill another request by the browser.

提交回复
热议问题