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
Meteor 0.7.1.1 crashes when request comes from an undefined host #1871
Comments
I'm getting this one, too. Line-for-line the same error.
|
Looks like http-party/node-http-proxy#591 |
This should only affect the dev-mode runner, not production servers. |
Thanks, David. Hope you're right. |
I tested a server I have in production and can confirm that this does not cause the server to crash. |
FYI: I have seen this crash on one of my sites run with the --production flag but not on another.
Regardless this probably needs to get fixed... '-)
thanks, |
I'm not suggesting the bug should go unfixed, but running Perhaps this ought to be made more clear in the documentation, In development mode there are a few javascript files collectively referred to as |
Fixed on devel. |
Nodejitsu have finally merged my pull request into master, so now this should not crash. |
@SkeLLLa Yeah, I didn't want to wait, so I fixed (the devel branch of meteor) to use a fork with your PR last week |
When meteor receives a request with an undefined host in the header, it crashes under node inside http-proxy.
Reproduction recipe: https://github.com/jingidy/meteor-0.7.1.1-crash-host
Reproduces on 0.7.1.1
Does not reproduce on 0.7.0.1
Backtrace:
The text was updated successfully, but these errors were encountered: