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

Method port_get

include/proxy/hdrs/HTTP.h:797–802  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

795 -------------------------------------------------------------------------*/
796
797inline int
798HTTPHdr::port_get()
799{
800 this->_test_and_fill_target_cache();
801 return m_port;
802}
803
804/*-------------------------------------------------------------------------
805 -------------------------------------------------------------------------*/

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected