| 87 | bool plugin_io_done_ = false; |
| 88 | |
| 89 | State(TSCont cont, InterceptPlugin *plugin) : cont_(cont), plugin_(plugin) |
| 90 | { |
| 91 | plugin_mutex_ = plugin->getMutex(); |
| 92 | http_parser_ = TSHttpParserCreate(); |
| 93 | } |
| 94 | |
| 95 | ~State() |
| 96 | { |
nothing calls this directly
no test coverage detected