Closed ZinoviL closed 3 years ago
thanks for the report, I´ll investigate this next week when I´ll be completely free to work on lithium
Hi @ZinoviL ,
Lithium has no fallback for HTTP 1.0 . Which is why the connection stays open (the default for HTTP 1.1). Do you really need support of HTTP 1.0 ? I you need a benchmarking tool supporting HTTP 1.1 I recommand wrk: https://github.com/wg/wrk
@matt-42 Yeah, i know about wrk, but i didn't find any info about http1 in your docs. Thanks for explanation.
I'll add a note on this in the docs.
I'm trying to test Lithium using ab (Apache HTTP server benchmarking tool) and connection not closing. Code: Cmake: Result: