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

Function ping_arrived_iter

modules/http2/h2_proxy_session.c:1731–1739  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1729}
1730
1731static int ping_arrived_iter(void *udata, void *val)
1732{
1733 h2_proxy_stream *stream = val;
1734 if (stream->waiting_on_ping) {
1735 stream->waiting_on_ping = 0;
1736 stream_resume(stream);
1737 }
1738 return 1;
1739}
1740
1741static void ping_arrived(h2_proxy_session *session)
1742{

Callers

nothing calls this directly

Calls 1

stream_resumeFunction · 0.85

Tested by

no test coverage detected