You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nonblocking
changed the title
node-http-proxy based proxy implementation fails when the server resets a keep alive connection
node-http-proxy proxy implementation (default) throws an ECONNRESET error when a timeout occurs or the client aborts the requests
Sep 2, 2021
nonblocking
changed the title
node-http-proxy proxy implementation (default) throws an ECONNRESET error when a timeout occurs or the client aborts the requests
node-http-proxy base proxy implementation (default) throws an ECONNRESET error when a timeout occurs or the client aborts the requests
Sep 2, 2021
nonblocking
changed the title
node-http-proxy base proxy implementation (default) throws an ECONNRESET error when a timeout occurs or the client aborts the requests
node-http-proxy bases proxy implementation (default) throws an ECONNRESET error when a timeout occurs or the client aborts the requests
Sep 2, 2021
* If the client aborts the request no error message is logged any more
* If a proxy request timeout occurs, a proper error messages is logged instead of ECONNRESET
* If the proxy WebSocket request fails, the error is processed properly
Fixes#77
* If the client aborts the request no error message is logged any more
* If a proxy request timeout occurs, a proper error messages is logged instead of ECONNRESET
* If the proxy WebSocket request fails, the error is processed properly
Fixes#77
Possible cause: http-party/node-http-proxy#1455
Desired behaviour:
(Basically the behaviour of the "request" based proxy)
The text was updated successfully, but these errors were encountered: