notify http transport when body data is read and transport requested
notification (e.g. used by h2 flow control)
Type: improvement
Change-Id: I5c900c19e1c4d14c907984148254316b2b6bd9d0
Signed-off-by: Matus Fabian <[email protected]>
ASSERT (rv == n_deq);
}
hs->left_recv -= n_deq;
+ if (svm_fifo_needs_deq_ntf (ts->rx_fifo, n_deq))
+ {
+ svm_fifo_clear_deq_ntf (ts->rx_fifo);
+ session_program_transport_io_evt (ts->handle, SESSION_IO_EVT_RX);
+ }
if (hs->close_threshold > 0)
{