| 815 | -------------------------------------------------------------------------*/ |
| 816 | |
| 817 | inline bool |
| 818 | HTTPHdr::is_port_in_header() const |
| 819 | { |
| 820 | this->_test_and_fill_target_cache(); |
| 821 | return m_port_in_header; |
| 822 | } |
| 823 | |
| 824 | /*------------------------------------------------------------------------- |
| 825 | -------------------------------------------------------------------------*/ |
no test coverage detected