I am trying to adjust the timeout on a NSMutableURLRequest for a simple HTTP GET using setTimeoutSeconds:, but not having any luck. It seems to work for any values under 60.0, but if I set a larger value (ex: 90.0), then it still times out at one minute. I've tried setting it to 0.0 hoping it would have no timeout, but no luck there.
I have read many posts on this subject, some about POST issue which doesn't apply, but never seen a solid answer.
It seems to be a bug in iOS but I can't see anyway around it. I don't want to use ASIHTTPRequest, I need a workaround that I can use with NSMutableURLRequest.
Can anyone please help?