mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
fixup for parsing nested http documents
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37056 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d21429e189
commit
d606538c6f
2 changed files with 10 additions and 1 deletions
|
@ -2370,10 +2370,14 @@ NSDebugMLLog(@"GSMime", @"Header parsed - %@", info);
|
|||
{
|
||||
DESTROY(child);
|
||||
child = [GSMimeParser new];
|
||||
if (flags.buggyQuotes == 1)
|
||||
if (1 == flags.buggyQuotes)
|
||||
{
|
||||
[child setBuggyQuotes: YES];
|
||||
}
|
||||
if (1 == flags.isHttp)
|
||||
{
|
||||
[child setIsHttp];
|
||||
}
|
||||
/*
|
||||
* Tell child parser the default encoding to use.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue