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

Function ev_ngh2_done

modules/http2/h2_proxy_session.c:1470–1480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1468}
1469
1470static void ev_ngh2_done(h2_proxy_session *session, int arg, const char *msg)
1471{
1472 switch (session->state) {
1473 case H2_PROXYS_ST_DONE:
1474 /* nop */
1475 break;
1476 default:
1477 transit(session, "nghttp2 done", H2_PROXYS_ST_DONE);
1478 break;
1479 }
1480}
1481
1482static void ev_pre_close(h2_proxy_session *session, int arg, const char *msg)
1483{

Callers 1

dispatch_eventFunction · 0.85

Calls 1

transitFunction · 0.70

Tested by

no test coverage detected