[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 4/4] Enable cookie handling by default
From: |
Lubomir Rintel |
Subject: |
[PATCH 4/4] Enable cookie handling by default |
Date: |
Mon, 6 Feb 2012 14:39:19 +0100 |
* 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