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];
-- 
View this message in context: 
http://old.nabble.com/NSMutableRequest-fails-when-setting-cookies-tp30810818p30810818.html
Sent from the GNUstep - General mailing list archive at Nabble.com.


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

Reply via email to