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

Function stream_is_running

modules/http2/h2_mplx.c:112–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112static int stream_is_running(h2_stream *stream)
113{
114 h2_conn_ctx_t *conn_ctx = h2_conn_ctx_get(stream->c2);
115 return conn_ctx && apr_atomic_read32(&conn_ctx->started) != 0
116 && apr_atomic_read32(&conn_ctx->done) == 0;
117}
118
119int h2_mplx_c1_stream_is_running(h2_mplx *m, h2_stream *stream)
120{

Callers 4

c1c2_stream_joinedFunction · 0.85
m_stream_cleanupFunction · 0.85
reset_is_acceptableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected