Apply patches by Lubomir Rintel <lubo.rintel@gooddata.com> to enable cookies

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34746 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2012-02-08 17:01:31 +00:00
parent 06ba8d9c58
commit 8b2aba3580
6 changed files with 105 additions and 14 deletions

View file

@ -197,6 +197,7 @@ typedef struct {
this->timeoutInterval = timeoutInterval;
this->mainDocumentURL = nil;
this->method = @"GET";
this->shouldHandleCookies = YES;
}
return self;
}