Re: [Mono-dev] WebRequest time out error

2016-01-30 Thread Timotheus Pokorra
> It failed immediately with Time Out error. The code is crashing on the line: > `HttpWebResponse response = (HttpWebResponse)request.GetResponse();` > > What is causing this to happen and how can I fix it? This reminds me of some issue I had some years ago. But I could not reproduce it anymore

[Mono-dev] WebRequest time out error

2016-01-30 Thread LeMoussel
I tried to build an application with Linux/Mono "version 4.2.1 Stable 4.2.1.102/6dd2d0d", but I got the following errors (Rem: No error on Windows system). Unhandled Exception: System.Net.WebException: The remote server returned an error: (504) Gateway Time-out. at