Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(request): Change axios lib for request #829

Merged
merged 2 commits into from
Feb 12, 2018
Merged

Conversation

wadetandy
Copy link
Contributor

Closes #785

Axios has a known issue
that causes requests to hang when accessing an HTTPS resource via a
proxy served over HTTP. This changes out the axios dependency for the
request library. In order to keep
async/await conventions easy, I also dropped in the
request-promise-native
dependency.

@wadetandy
Copy link
Contributor Author

Whoops a typo after running tests broke them. Fixing.

Closes vuejs#785

Axios has a [known issue](axios/axios#658)
that causes requests to hang when accessing an HTTPS resource via a
proxy served over HTTP.  This changes out the axios dependency for the
[request](https://github.com/request/request) library. In order to keep
`async/await` conventions easy, I also dropped in the
[request-promise-native](https://github.com/request/request-promise-native)
dependency.
@yyx990803 yyx990803 merged commit e8aa688 into vuejs:dev Feb 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants