| 164 | CATCH_REGISTER_LISTENER(EventProcessorListener); |
| 165 | |
| 166 | void |
| 167 | init_cache(size_t /* size ATS_UNUSED */, const char * /* name ATS_UNUSED */) |
| 168 | { |
| 169 | ink_cache_init(ts::ModuleVersion(1, 0, ts::ModuleVersion::PRIVATE)); |
| 170 | cacheProcessor.start(); |
| 171 | } |
| 172 | |
| 173 | void |
| 174 | build_hdrs(HTTPInfo &info, const char *url, const char *content_type) |
no test coverage detected