This function is called for every chunk of incoming data. Two arguments are passed to it: the number of bytes written to buffer and a reference to buffer. Return false from this function to implicitly pause() the socket.
buffer
false
pause()
This function is called for every chunk of incoming data. Two arguments are passed to it: the number of bytes written to
buffer
and a reference tobuffer
. Returnfalse
from this function to implicitlypause()
the socket.