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
Hello,
In all request the version sent by the server is (null).
The output looks like this:
(null) 200 OK Body
The only way I found to solve this is to set http->request.httver to HTTP/1.1 in the INIT event.
http->request.httver
HTTP/1.1
Is it the correct way to do ?
The text was updated successfully, but these errors were encountered:
No not at all.
Have you run 'echo_http_server' in example directory? It should set it like below
$ curl http://localhost:8888 -v
GET / HTTP/1.1 User-Agent: curl/7.35.0 Host: localhost:8888 Accept: /
Sorry, something went wrong.
No branches or pull requests
Hello,
In all request the version sent by the server is (null).
The output looks like this:
The only way I found to solve this is to set
http->request.httver
toHTTP/1.1
in the INIT event.Is it the correct way to do ?
The text was updated successfully, but these errors were encountered: