Open GuillaumeLeclerc opened 8 years ago
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: /
< HTTP/1.1 200 OK < Content-Length: 0 < Content-Type: text/plain < Connection: Keep-Alive <
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 ?