MCPcopy Create free account
hub / github.com/apache/trafficserver / push_promise

Method push_promise

src/proxy/http2/Http2Stream.cc:968–973  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

966}
967
968bool
969Http2Stream::push_promise(URL &url, const MIMEField *accept_encoding)
970{
971 SCOPED_MUTEX_LOCK(lock, _proxy_ssn->mutex, this_ethread());
972 return this->get_connection_state().send_push_promise_frame(this, url, accept_encoding);
973}
974
975void
976Http2Stream::send_body(bool /* call_update ATS_UNUSED */)

Callers 1

TSHttpTxnServerPushFunction · 0.80

Calls 2

this_ethreadFunction · 0.85

Tested by

no test coverage detected