| 765 | -------------------------------------------------------------------------*/ |
| 766 | |
| 767 | inline void |
| 768 | HTTPHdr::_test_and_fill_target_cache() const |
| 769 | { |
| 770 | if (!m_target_cached) |
| 771 | this->_fill_target_cache(); |
| 772 | } |
| 773 | |
| 774 | /*------------------------------------------------------------------------- |
| 775 | -------------------------------------------------------------------------*/ |
no test coverage detected