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

Stricter http-proxy version #219

Closed
wants to merge 1 commit into from
Closed

Stricter http-proxy version #219

wants to merge 1 commit into from

Conversation

chrismytton
Copy link

I was experiencing issues getting the tests to pass for the proxy-to-port patch that's in master. After a bit of investigation it seems that the newer versions of node-http-proxy (>= 0.6) have changed their API.

Pow uses the 0.5.x API for HttpProxy, which is not compatible with the newer API.

This patch takes the "easy" option and locks the dependency down to the 0.5.x API. It may, however, be preferable to upgrade pow to use the newer API.

@lackac
Copy link
Contributor

lackac commented Sep 16, 2011

As per your suggestion, I've created a pull request with the upgrade approach: #220

@josh
Copy link
Contributor

josh commented Sep 19, 2011

Thanks @hecticjeff and @lackac. Going to do #220

@josh josh closed this Sep 19, 2011
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.

None yet

3 participants