wrk icon indicating copy to clipboard operation
wrk copied to clipboard

wrk actively disconnect the TCP connection

Open abnerwei opened this issue 4 years ago • 1 comments

OS: wrk v4.1.0 on MacOS

Hi, Thanks for providing such a great tool.

When I use the wrk tool to test my golang program, I find that there will always be a 503 error. The number of lost connections is the same as the number of concurrency(--connections). Using wireshark to capture packets, I found that wrk will actively disconnect the TCP connection at the end of the test, causing some requests to fail.

IMG10660

abnerwei avatar Dec 18 '20 02:12 abnerwei

confirming similar behavior on our side.

dgkanatsios avatar Oct 21 '21 18:10 dgkanatsios