| 162 | const StateTransition *state = nullptr; |
| 163 | |
| 164 | AuthRequestContext() |
| 165 | : cont(TSContCreate(dispatch, TSMutexCreate())), hparser(TSHttpParserCreate()), rheader(), iobuf(TS_IOBUFFER_SIZE_INDEX_4K) |
| 166 | |
| 167 | { |
| 168 | TSContDataSet(this->cont, this); |
| 169 | } |
| 170 | |
| 171 | ~AuthRequestContext() |
| 172 | { |
nothing calls this directly
no test coverage detected