This proposal aims to replace the current functions to start and stop reading data from a stream in a push-fashion with a uv_read function which would work in a pull-fashion. Function prototype:
typedef void (*uv_read_cb)(uv_read_t* req, int status);