If my connection hangs, is there a way to set a timeout for TTURLRequest?
A:
No, the timeout is hardcoded in TTURLRequestQueue.m:
static const NSTimeInterval kTimeout = 300.0;
I really wonder why this is.
tonklon
2010-07-09 18:57:54