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

Method set_proxy_protocol_info

include/iocore/net/NetVConnection.h:809–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

807}
808
809inline void
810NetVConnection::set_proxy_protocol_info(const ProxyProtocol &src)
811{
812 if (pp_info.version == ProxyProtocolVersion::UNDEFINED) {
813 pp_info = src;
814 }
815}
816
817inline const ProxyProtocol &
818NetVConnection::get_proxy_protocol_info() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected