On 31 Jan 2011, at 21:14, davbeck wrote:

> 
> Using the following code with an NSMutableRequest causes it to hang.
> 
>      [request setHTTPShouldHandleCookies:NO];
>      [request addValue:_cookieString forHTTPHeaderField:@"Cookie"];
>      NSURLResponse* response;
>      NSError* error;
>      NSData* data = [NSURLConnection sendSynchronousRequest:request
> returningResponse:&response error:&error];

 Could you please provide a complete program demonstrating the problem so that 
we can try to run it under debug and see what's going on... from an incomplete 
snippet of code we can't really tell.


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to