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:
Richard Frith-MacDonald 2012-07-20 05:27:26 +00:00
parent 91aea36304
commit 2ecedb41ba

View file

@ -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
{