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

Method parent_is_proxy

include/proxy/ParentSelection.h:230–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228 }
229
230 bool
231 parent_is_proxy() const
232 {
233 // Parents set by the TSHttpTxnParentProxySet API are always considered proxies rather than origins.
234 return is_api_result() ? true : rec->parent_is_proxy;
235 }
236
237 unsigned
238 retry_type() const

Callers 1

parent_is_proxyFunction · 0.80

Calls 1

is_api_resultFunction · 0.85

Tested by

no test coverage detected