| 142 | } |
| 143 | |
| 144 | void ProxyInboundWorkerConnection::pre_close() { |
| 145 | if (worker_connection_info_) { |
| 146 | runner()->unregister_worker_connection(worker_connection_info_); |
| 147 | worker_connection_info_ = nullptr; |
| 148 | } |
| 149 | state_ = State::Failed; |
| 150 | } |
| 151 | |
| 152 | } // namespace cocoon |
nothing calls this directly
no test coverage detected