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

Function h2_session_event

modules/http2/h2_session.c:86–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86void h2_session_event(h2_session *session, h2_session_event_t ev,
87 int err, const char *msg)
88{
89 h2_session_dispatch_event(session, ev, err, msg);
90}
91
92static int rst_unprocessed_stream(h2_stream *stream, void *ctx)
93{

Callers 1

c1_in_feed_bucketFunction · 0.85

Calls 1

Tested by

no test coverage detected