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

Function h2_session_ev_bad_client

modules/http2/h2_session.c:1607–1613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1605}
1606
1607static void h2_session_ev_bad_client(h2_session *session, int arg, const char *msg)
1608{
1609 transit(session, msg, H2_SESSION_ST_DONE);
1610 if (!session->local.shutdown) {
1611 h2_session_shutdown(session, arg, msg, 1);
1612 }
1613}
1614
1615static void h2_session_ev_pre_close(h2_session *session, int arg, const char *msg)
1616{

Callers 1

Calls 2

h2_session_shutdownFunction · 0.85
transitFunction · 0.70

Tested by

no test coverage detected