@@ -382,11 +382,10 @@ size_t i, count = [readStreams count]; BOOL foundInCache = NO; for (i = 0; i < count; i++) { - if ([objects[i] pendingBytes] > 0 && ![objects[i] OF_isWaitingForDelimiter]) { void *pool = objc_autoreleasePoolPush(); [delegate streamIsReadyForReading: objects[i]]; foundInCache = YES;