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

Function on_state_event

modules/http2/h2_stream.c:316–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316static void on_state_event(h2_stream *stream, h2_stream_event_t ev)
317{
318 if (stream->monitor && stream->monitor->on_state_event) {
319 stream->monitor->on_state_event(stream->monitor->ctx, stream, ev);
320 }
321}
322
323static void on_state_invalid(h2_stream *stream)
324{

Callers 1

h2_stream_dispatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected