(sock)
| 225 | } |
| 226 | }, |
| 227 | close(sock) { |
| 228 | cleanupConn(sock.data) |
| 229 | }, |
| 230 | error(sock, err) { |
| 231 | logForDebugging(`[upstreamproxy] client socket error: ${err.message}`) |
| 232 | cleanupConn(sock.data) |
nothing calls this directly
no test coverage detected