| 121 | InterceptIOChannel writeio; |
| 122 | |
| 123 | void |
| 124 | close() |
| 125 | { |
| 126 | if (this->vc) { |
| 127 | TSVConnClose(this->vc); |
| 128 | } |
| 129 | this->vc = nullptr; |
| 130 | this->readio.vio = this->writeio.vio = nullptr; |
| 131 | } |
| 132 | }; |
| 133 | |
| 134 | // Interception proxy state block. From our perspective, Traffic |