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

Function ev_stream_resumed

modules/http2/h2_proxy_session.c:1445–1455  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1443}
1444
1445static void ev_stream_resumed(h2_proxy_session *session, int arg, const char *msg)
1446{
1447 switch (session->state) {
1448 case H2_PROXYS_ST_WAIT:
1449 transit(session, "stream resumed", H2_PROXYS_ST_BUSY);
1450 break;
1451 default:
1452 /* nop */
1453 break;
1454 }
1455}
1456
1457static void ev_data_read(h2_proxy_session *session, int arg, const char *msg)
1458{

Callers 1

dispatch_eventFunction · 0.85

Calls 1

transitFunction · 0.70

Tested by

no test coverage detected