MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / remove_stream

Function remove_stream

modules/http2d/server.c:189–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189static void remove_stream(http2_session_data *session_data,
190 http2_stream_data *stream_data) {
191 (void)session_data;
192 list_del(&stream_data->list);
193}
194
195static http2_stream_data *
196create_http2_stream_data(http2_session_data *session_data, int32_t stream_id) {

Callers 1

on_stream_close_callbackFunction · 0.85

Calls 1

list_delFunction · 0.85

Tested by

no test coverage detected