villadora / express-http-proxy

Proxy middleware for express/connect
Other
1.22k stars 236 forks source link

Have proxy middleware call next by default #499

Closed bas080 closed 2 years ago

bas080 commented 2 years ago

Issue #477 is semi related.

This change is a breaking change and should most likely be a configuration to be set to opt in or it should be part of a major release.

EDIT:

Actually tested this on my application and it caused issues. I'll be using one of the hooks provided by the library as is.