Re: NSURLConnection Asynchronous vs. Synchronous Asymmetry

2010-03-07 Thread Jens Alfke
On Mar 5, 2010, at 7:54 PM, Stuart Malin wrote: > I expected the sendSynchronousRequest approach to return an NSHTTPURLResponse > object without an error because, according to the docs, the synchronous > method is built on top of the asynchronous methods. Yes, but its semantics are different;

Re: NSURLConnection Asynchronous vs. Synchronous Asymmetry

2010-03-05 Thread Jerry Krinock
On 2010 Mar 05, at 19:54, Stuart Malin wrote: > I haven't been able to find any documentation or relevant Web results > regarding a situation I'm experiencing: Indeed, see below. > I get different [error] results for the same identical NSURLRequest when I > execute the request using NSURLConn

NSURLConnection Asynchronous vs. Synchronous Asymmetry

2010-03-05 Thread Stuart Malin
I haven't been able to find any documentation or relevant Web results regarding a situation I'm experiencing: I get different results for the same identical NSURLRequest when I execute the request using NSURLConnection's +sendSynchronousRequest versus when I execute using asynchronously by allo