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
This only seems to be an issue in Node.js 16.7.0 and later, on Linux.
I do not think this is a bug in this library, since I can reproduce this even using a simple http proxy without this library. I have opened a ticket with Node.js: nodejs/node#40553. I created this issue here in case others run into this issue.
Step-by-step reproduction instructions
See the full reproduction here: https://github.com/mhassan1/node-16-7-0-proxy-epipe
Expected behavior (be clear and concise)
No EPIPE.
What http-proxy-middleware configuration are you using?
yarn why http-proxy-middleware
ORnpm ls http-proxy-middleware
output (mask private folder names with *****)http-proxy-middleware
.Describe the bug (be clear and concise)
When proxying to a socket, we are seeing
EPIPE
errors every so often (after a few hundred requests). Here is how we are proxying to a socket:This only seems to be an issue in Node.js 16.7.0 and later, on Linux.
I do not think this is a bug in this library, since I can reproduce this even using a simple
http
proxy without this library. I have opened a ticket with Node.js: nodejs/node#40553. I created this issue here in case others run into this issue.Step-by-step reproduction instructions
Expected behavior (be clear and concise)
No
EPIPE
.What http-proxy-middleware configuration are you using?
What OS/version and node/version are you seeing the problem?
Additional context (optional)
No response
The text was updated successfully, but these errors were encountered: