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

Function ping_arrived

modules/http2/h2_proxy_session.c:1741–1749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1739}
1740
1741static void ping_arrived(h2_proxy_session *session)
1742{
1743 if (!h2_proxy_ihash_empty(session->streams)) {
1744 ap_log_cerror(APLOG_MARK, APLOG_DEBUG, 0, session->c, APLOGNO(03470)
1745 "h2_proxy_session(%s): ping arrived, unblocking streams",
1746 session->id);
1747 h2_proxy_ihash_iter(session->streams, ping_arrived_iter, &session);
1748 }
1749}
1750
1751typedef struct {
1752 h2_proxy_session *session;

Callers 1

enter_ping_stateFunction · 0.85

Calls 2

h2_proxy_ihash_emptyFunction · 0.85
h2_proxy_ihash_iterFunction · 0.85

Tested by

no test coverage detected