I am sending a synchronous request and getting a error
NSData *aResponseData = [NSURLConnection sendSynchronousRequest:_request returningResponse:&aResponse error:&anError];
Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo=0x6ede3d0
What could be the reason for this? What is the default timeout for NSURLConnection? Can I print this value?