MCPcopy Create free account
hub / github.com/apache/httpd / c2_beam_input_read_notify

Function c2_beam_input_read_notify

modules/http2/h2_mplx.c:826–835  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

824}
825
826static void c2_beam_input_read_notify(void *ctx, h2_bucket_beam *beam)
827{
828 conn_rec *c = ctx;
829 h2_conn_ctx_t *conn_ctx = h2_conn_ctx_get(c);
830
831 if (conn_ctx && conn_ctx->stream_id) {
832 add_stream_poll_event(conn_ctx->mplx, conn_ctx->stream_id,
833 conn_ctx->mplx->streams_input_read);
834 }
835}
836
837static void c2_beam_input_read_eagain(void *ctx, h2_bucket_beam *beam)
838{

Callers

nothing calls this directly

Calls 1

add_stream_poll_eventFunction · 0.85

Tested by

no test coverage detected