mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
clear pageInfo on each load.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@24077 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3f236aaba9
commit
93e025b9d0
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2006-11-12 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/GSHTTPURLHandle.m: Clear pageInfo before load.
|
||||
|
||||
2006-11-08 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
Source/NSIndexSet.m: ([addIndexesInRange:])
|
||||
|
|
|
@ -1142,6 +1142,7 @@ static void debugWrite(GSHTTPURLHandle *handle, NSData *data)
|
|||
[dat setLength: 0];
|
||||
RELEASE(document);
|
||||
RELEASE(parser);
|
||||
[pageInfo removeAllObjects];
|
||||
parser = [GSMimeParser new];
|
||||
document = RETAIN([parser mimeDocument]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue