mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fixup to re-enable incremental header parsing
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35305 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
91aea36304
commit
2ecedb41ba
1 changed files with 1 additions and 3 deletions
|
@ -1538,10 +1538,8 @@ wordData(NSString *word)
|
|||
[data appendData: d];
|
||||
bytes = (unsigned char*)[data bytes];
|
||||
dataEnd = [data length];
|
||||
/* We need more data, so we have to return YES
|
||||
* to ask our caller to provide it.
|
||||
/* Fall through to parse the headers so far.
|
||||
*/
|
||||
return YES;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue