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

Function ev_data_read

modules/http2/h2_proxy_session.c:1457–1468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1455}
1456
1457static void ev_data_read(h2_proxy_session *session, int arg, const char *msg)
1458{
1459 switch (session->state) {
1460 case H2_PROXYS_ST_IDLE:
1461 case H2_PROXYS_ST_WAIT:
1462 transit(session, "data read", H2_PROXYS_ST_BUSY);
1463 break;
1464 default:
1465 /* nop */
1466 break;
1467 }
1468}
1469
1470static void ev_ngh2_done(h2_proxy_session *session, int arg, const char *msg)
1471{

Callers 1

dispatch_eventFunction · 0.85

Calls 1

transitFunction · 0.70

Tested by

no test coverage detected