(self)
| 1236 | } |
| 1237 | |
| 1238 | function nReadingNextTick(self) { |
| 1239 | debug('readable nexttick read 0'); |
| 1240 | self.read(0); |
| 1241 | } |
| 1242 | |
| 1243 | // pause() and resume() are remnants of the legacy readable stream API |
| 1244 | // If the user uses them, then switch into old mode. |