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
There's a bit more context in this discussion q I put in earlier but I decided to promote it to a ticket now that I have a minimal reproducible github repo. Thanks for your help!
The text was updated successfully, but these errors were encountered:
I have encountered the same problem with my project.
It should be the http-proxy package that the http-proxy-middleware depends on that is causing this problem.
Checks
http-proxy-middleware
.Describe the bug (be clear and concise)
When upgrading from node 14 to node 16, proxying now times out for partial response streams (i.e. streaming audio).
Step-by-step reproduction instructions
Please see this github repo for repro instructions + minimal code: https://github.com/allisonking/http-proxy-middleware-repro
Expected behavior (be clear and concise)
Same behavior as node 14: proxying succeeds without hanging
How is http-proxy-middleware used in your project?
What http-proxy-middleware configuration are you using?
What OS/version and node/version are you seeing the problem?
Additional context (optional)
There's a bit more context in this discussion q I put in earlier but I decided to promote it to a ticket now that I have a minimal reproducible github repo. Thanks for your help!
The text was updated successfully, but these errors were encountered: