| 185 | } |
| 186 | |
| 187 | void ProxyInboundClientConnection::pre_close() { |
| 188 | remove_connecting_info(); |
| 189 | state_ = State::Failed; |
| 190 | } |
| 191 | |
| 192 | void ProxyInboundClientConnection::remove_connecting_info() { |
| 193 | if (connecting_client_info_) { |
nothing calls this directly
no outgoing calls
no test coverage detected