mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
In the testing proxy server for proxy client tests, the proxy client might have already closed the connection when the upstream connection fails. In that case, there's no need for the proxy server to inform the proxy client about the error. PR-URL: https://github.com/nodejs/node/pull/59742 Fixes: https://github.com/nodejs/node/issues/59741 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>