Tagged Questions
The request-timed-out tag has no wiki summary.
18
votes
6answers
9k views
Diagnosing “Request timed out” HttpExceptions
Here on StackOverflow, we're seeing a few "Request timed out" exceptions every day.
The facts:
Request timeout is the default 90 seconds
Occurs only on POSTs
Data posted is text, usually small ...
3
votes
1answer
363 views
Any Progress on Diagnosing “Request timed out” HttpExceptions?
I am having the same issue as described in this post, Diagnosing "Request timed out" HttpExceptions. I've turned on Failed Request Tracing as recommended and am working with someone at MS ...
1
vote
1answer
270 views
Why does IIS return a 500 status code when the server times out?
We're running IIS7 & .net 4.0. When the server times out due to a long running request, the error page is shown, but the error code is just 500 rather than 408 or possibly 503 that I'm expecting. ...
1
vote
2answers
1k views
SOAP Request Timeout in Console App (.NET)
I have a SOAP web service added to a console app and every time I make a specific call its timing out on me. Other calls work fine. How do I increase the timeout length in a console app? Seems like ...
0
votes
1answer
60 views
How to implement http request timeout check in Android
I am required to get some information from a website and it has been implemented, but i am having problems in request timeout, if the site is not responding (browser says The connection has timed ...
0
votes
1answer
129 views
Timed out errror for NSUrlRequest
When I open the app from background I need to hit server to get some data. When I'm doing so I am getting an alert as follows:
"Request timed out" (nserror's localised description)
I'm on wifi and ...
0
votes
3answers
107 views
PHP POST requests timeout
This is a tricky one...
I'm currently working on a upload script supporting larger uploads (~50 Mb) and I have very rapidly run into a problem! I'm using the traditional POST request with a form ...
0
votes
1answer
163 views
Uploading and Playing large videos. HttpRuntime tag settings Combination. Asp.net4.0 , C#
net page to upload a large file and a generic handler to play these large wmv video files of size which can be upto 150 MB's. I have the file content stored in varbinary type in SQL Server 2005.
I ...