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
like this.
curl -v -0 -H "Host:" http://localhost:8080/ * About to connect() to localhost port 8080 (#0) * Trying 127.0.0.1... connected > GET / HTTP/1.0 > User-Agent: curl/7.22.0 (x86_64-pc-linux-gnu) libcurl/7.22.0 OpenSSL/1.0.1 zlib/1.2.3.4 libidn/1.23 librtmp/2.3 > Accept: */* > * HTTP 1.0, assume close after body < HTTP/1.0 500 Internal Server Error < server: Cowboy < date: Fri, 12 Sep 2014 03:50:40 GMT < content-length: 0 < * Closing connection #0
curl -v -H "Authorization: hoge" http://localhost:8080/bucket/path_to_file < HTTP/1.1 500 Internal Server Error < connection: keep-alive < server: Cowboy < date: Fri, 12 Sep 2014 03:59:30 GMT < content-length: 0 < * Connection #0 to host localhost left intact * Closing connection #0
The text was updated successfully, but these errors were encountered:
leo-project/leo_gateway@8887c83
mocchira
No branches or pull requests
like this.
The text was updated successfully, but these errors were encountered: