(stream)
| 24582 | } |
| 24583 | |
| 24584 | function emitReadable_(stream) { |
| 24585 | debug('emit readable'); |
| 24586 | stream.emit('readable'); |
| 24587 | flow(stream); |
| 24588 | } |
| 24589 | |
| 24590 | // at this point, the user has presumably seen the 'readable' event, |
| 24591 | // and called read() to consume some data. that may have triggered |