Check if response only expects header
| 113 | |
| 114 | // Check if response only expects header |
| 115 | bool |
| 116 | onlyHeader() const |
| 117 | { |
| 118 | return (m_method_type == TS_HTTP_METHOD_HEAD || m_method_type == TS_HTTP_METHOD_PURGE); |
| 119 | } |
| 120 | |
| 121 | ~Data() |
| 122 | { |
no outgoing calls
no test coverage detected