PDA

View Full Version : NSURLRequest timeout bug ?




namanhams
Jul 4, 2009, 04:43 AM
Hi everyone,

I set the timeout for the NSURLRequest and use the [NSURLConnection sendSynchronousRequest ] to send the request but it seems that the timeout is always 60 seconds (or even more).

I've searched for this issue and i think this one is a bug. I'm not sure if it's fixed or not.

Any idea ?



namanhams
Jul 4, 2009, 05:47 AM
It seems that even i send the request asynchronously, result is the same.