We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Module sends invalid request wich make it unusable if we place elastic behind ngnx.
As we run:
elasticSearchClient.createIndex("test_index") .on('data', function(data) { console.log("results -->"); console.log(data); }).exec();
We get:
<html> <head><title>411 Length Required</title></head> <body bgcolor="white"> <center><h1>411 Length Required</h1></center> <hr><center>nginx</center> </body> </html>
The text was updated successfully, but these errors were encountered:
Hrm, we use it behind nginx in prod. Also Line 86: https://github.com/phillro/node-elasticsearch-client/blob/master/lib/elasticsearchclient/calls/elasticSearchCall.js
However I try to reproduce.
On Tue, Mar 19, 2013 at 7:37 AM, droganov [email protected] wrote:
Module sends invalid request wich make it unusable if we place elastic behind ngnx. As we run: elasticSearchClient.createIndex("test_index") .on('data', function(data) { console.log("results -->"); console.log(data); }).exec(); We get: <title>411 Length Required</title> 411 Length Required nginx — Reply to this email directly or view it on GitHubhttps://github.com//issues/64 .
— Reply to this email directly or view it on GitHubhttps://github.com//issues/64 .
Sorry, something went wrong.
in line 81: if this.params.data is null (default settings for index) --> no header Content-Length.
No branches or pull requests
Module sends invalid request wich make it unusable if we place elastic behind ngnx.
As we run:
We get:
The text was updated successfully, but these errors were encountered: