Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Swap out express-http-proxy for http-proxy-middleware #153

Merged
merged 2 commits into from
May 12, 2016

Conversation

toddw
Copy link
Contributor

@toddw toddw commented May 12, 2016

I was running into some strange issues with express-http-proxy where it
was just throwing Socket Hung Up… After spinning my wheels for a while I
cam across node-http-proxy which has over 5k stars on GitHub and has
had a ton of community support. Finally, http-proxy-middleware is express
middleware that implements node-http-proxy.

After switching to the new module, things work great and I was able to
clean up some code we had before as well.

toddw added 2 commits May 11, 2016 18:00
I was running into some strange issues with express-http-proxy where it
was just throwing Socket Hung Up… After spinning my wheels for a while I
cam across `node-http-proxy` which has over 5k stars on GitHub and has
had a ton of community support. Finally, `http-proxy-middleware` is express
middleware that implements `node-http-proxy`.

After switching to the new module, things work great and I was able to
clean up some code we had before as well.
@christinebrass
Copy link
Contributor

👍

@christinebrass christinebrass merged commit ea0ab54 into develop May 12, 2016
@christinebrass christinebrass deleted the toddw/switch-to-node-proxy branch May 12, 2016 01:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants