CallbackConnector.read_cb

Callback function invoked when the session wants to receive data from the remote peer. This callback is not necessary if the application uses solely nghttp2_session_mem_recv() to process received data.

class CallbackConnector
int delegate(ubyte[]) read_cb;

Meta