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

Cannot process certain response strings #84

Open
shenanigans opened this issue Apr 9, 2015 · 0 comments · May be fixed by #85
Open

Cannot process certain response strings #84

shenanigans opened this issue Apr 9, 2015 · 0 comments · May be fixed by #85

Comments

@shenanigans
Copy link
Contributor

https://github.com/substack/http-browserify/blob/master/lib/response.js#L107

Due to the way this regex is used, a response String that contains the substring "ArrayBuffer" is assumed to be an ArrayBuffer. For example, http-browserify cannot load a page containing its own source because the regex will select itself.

@shenanigans shenanigans linked a pull request Apr 9, 2015 that will close this issue
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 a pull request may close this issue.

1 participant