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

Method is_private

src/proxy/http/HttpSM.cc:8648–8656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8646}
8647
8648bool
8649HttpSM::is_private() const
8650{
8651 bool res = false;
8652 if (will_be_private_ss) {
8653 res = will_be_private_ss;
8654 }
8655 return res;
8656}
8657
8658// check to see if redirection is enabled and less than max redirections tries or if a plugin enabled redirection
8659inline bool

Callers 3

releaseMethod · 0.45
release_transactionMethod · 0.45
getbestaddrinfoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected