httpserver.h icon indicating copy to clipboard operation
httpserver.h copied to clipboard

tes/run curl not testing Chunked Request close

Open EduardoMorras opened this issue 4 years ago • 0 comments

In line 38, curl needs -H'Connection: close' to test correct. If not, it's the same test as keep-alive.

echo "\n\nChunked Request close: (expect empty)" curl -H'Expect:' -H'Connection: close' -H'Transfer-Encoding: chunked' -XPOST --data-binary @test.dat -o r3.dat http://localhost:8080/chunked-req -o r4.dat http://localhos

EduardoMorras avatar Feb 08 '21 09:02 EduardoMorras