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

Function c1c2_stream_joined

modules/http2/h2_mplx.c:141–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141static void c1c2_stream_joined(h2_mplx *m, h2_stream *stream)
142{
143 ap_assert(!stream_is_running(stream));
144
145 h2_ihash_remove(m->shold, stream->id);
146 add_for_purge(m, stream);
147}
148
149static void m_stream_cleanup(h2_mplx *m, h2_stream *stream)
150{

Callers 1

s_c2_doneFunction · 0.85

Calls 3

stream_is_runningFunction · 0.85
h2_ihash_removeFunction · 0.85
add_for_purgeFunction · 0.85

Tested by

no test coverage detected