| 244 | } |
| 245 | |
| 246 | void ClientProxyUnknown::handleWriteError() |
| 247 | { |
| 248 | LOG_NOTE("error communicating with new client"); |
| 249 | sendFailure(); |
| 250 | } |
| 251 | |
| 252 | void ClientProxyUnknown::handleTimeout() |
| 253 | { |
nothing calls this directly
no outgoing calls
no test coverage detected