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

Function state_name

modules/http2/h2_proxy_session.c:1201–1207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1199};
1200
1201static const char *state_name(h2_proxys_state state)
1202{
1203 if (state >= (sizeof(StateNames)/sizeof(StateNames[0]))) {
1204 return "unknown";
1205 }
1206 return StateNames[state];
1207}
1208
1209static int is_accepting_streams(h2_proxy_session *session)
1210{

Callers 1

transitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected