| 78 | } |
| 79 | |
| 80 | HttpDataFetcherImpl::~HttpDataFetcherImpl() |
| 81 | { |
| 82 | clear(); |
| 83 | TSHttpParserDestroy(_http_parser); |
| 84 | } |
| 85 | |
| 86 | bool |
| 87 | HttpDataFetcherImpl::addFetchRequest(const string &url, FetchedDataProcessor *callback_obj /* = 0 */) |
nothing calls this directly
no test coverage detected