| 169 | } |
| 170 | |
| 171 | ~AuthRequestContext() |
| 172 | { |
| 173 | TSContDataSet(this->cont, nullptr); |
| 174 | TSContDestroy(this->cont); |
| 175 | TSHttpParserDestroy(this->hparser); |
| 176 | if (this->vconn) { |
| 177 | TSVConnClose(this->vconn); |
| 178 | } |
| 179 | } |
| 180 | |
| 181 | const AuthOptions * |
| 182 | options() const |
no test coverage detected