mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 09:31:07 +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
1c8f36b122
commit
0a1c92e6fd
1 changed files with 1 additions and 3 deletions
|
@ -1538,10 +1538,8 @@ wordData(NSString *word)
|
||||||
[data appendData: d];
|
[data appendData: d];
|
||||||
bytes = (unsigned char*)[data bytes];
|
bytes = (unsigned char*)[data bytes];
|
||||||
dataEnd = [data length];
|
dataEnd = [data length];
|
||||||
/* We need more data, so we have to return YES
|
/* Fall through to parse the headers so far.
|
||||||
* to ask our caller to provide it.
|
|
||||||
*/
|
*/
|
||||||
return YES;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue