chimurai / http-proxy-middleware

:zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more
MIT License
10.6k stars 828 forks source link

Error emitted on proxy server after original request is aborted #1005

Open atif-saddique-deel opened 1 month ago

atif-saddique-deel commented 1 month ago

Checks

Describe the bug (be clear and concise)

There is a bug in underlying library http-proxy, but that library is not maintained anymore since almost 4 years. Is there way to have that fixed somehow?

Step-by-step reproduction instructions

All steps for reproduction are explained in an [issue in underlying http-proxy library](https://github.com/http-party/node-http-proxy/issues/1455).

Expected behavior (be clear and concise)

explained here: https://github.com/http-party/node-http-proxy/issues/1455

How is http-proxy-middleware used in your project?

explained here: https://github.com/http-party/node-http-proxy/issues/1455

What http-proxy-middleware configuration are you using?

explained here: https://github.com/http-party/node-http-proxy/issues/1455

What OS/version and node/version are you seeing the problem?

Node 18

Additional context (optional)

No response