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

Function h2_proxy_session_is_reusable

modules/http2/h2_proxy_session.c:1725–1729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1723}
1724
1725int h2_proxy_session_is_reusable(h2_proxy_session *session)
1726{
1727 return (session->state != H2_PROXYS_ST_DONE) &&
1728 h2_proxy_ihash_empty(session->streams);
1729}
1730
1731static int ping_arrived_iter(void *udata, void *val)
1732{

Callers 1

ctx_runFunction · 0.85

Calls 1

h2_proxy_ihash_emptyFunction · 0.85

Tested by

no test coverage detected