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

Function get_stream

modules/http2/h2_session.c:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80
81static h2_stream *get_stream(h2_session *session, int stream_id)
82{
83 return nghttp2_session_get_stream_user_data(session->ngh2, stream_id);
84}
85
86void h2_session_event(h2_session *session, h2_session_event_t ev,
87 int err, const char *msg)

Callers 11

h2_mplx_c1_processFunction · 0.85
on_data_chunk_recv_cbFunction · 0.85
on_stream_close_cbFunction · 0.85
on_begin_headers_cbFunction · 0.85
on_header_cbFunction · 0.85
on_frame_recv_cbFunction · 0.85
on_send_data_cbFunction · 0.85
on_frame_send_cbFunction · 0.85
on_frame_not_send_cbFunction · 0.85
on_invalid_header_cbFunction · 0.85
session_cleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected