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

Function h2_session_ev_init

modules/http2/h2_session.c:1478–1488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1476}
1477
1478static void h2_session_ev_init(h2_session *session, int arg, const char *msg)
1479{
1480 switch (session->state) {
1481 case H2_SESSION_ST_INIT:
1482 transit(session, "init", H2_SESSION_ST_BUSY);
1483 break;
1484 default:
1485 /* nop */
1486 break;
1487 }
1488}
1489
1490static void h2_session_ev_input_pending(h2_session *session, int arg, const char *msg)
1491{

Callers 1

Calls 1

transitFunction · 0.70

Tested by

no test coverage detected