| 795 | -------------------------------------------------------------------------*/ |
| 796 | |
| 797 | inline int |
| 798 | HTTPHdr::port_get() |
| 799 | { |
| 800 | this->_test_and_fill_target_cache(); |
| 801 | return m_port; |
| 802 | } |
| 803 | |
| 804 | /*------------------------------------------------------------------------- |
| 805 | -------------------------------------------------------------------------*/ |
nothing calls this directly
no test coverage detected