* Source/NSURLRequest.m (initWithURL:cachePolicy:timeoutInterval:):
Enable cookie handling.
---
Source/NSURLRequest.m | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Source/NSURLRequest.m b/Source/NSURLRequest.m
index 72034d9..8ad8688 100644
--- a/Source/NSURLRequest.m
+++ b/Source/NSURLRequest.m
@@ -197,6 +197,7 @@ typedef struct {
this->timeoutInterval = timeoutInterval;
this->mainDocumentURL = nil;
this->method = @"GET";
+ this->shouldHandleCookies = YES;
}
return self;
}
--
1.7.1
_______________________________________________
Bug-gnustep mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnustep