Here is a demo example
https://gist.github.com/magisterRab/6b7132e0b9e88baa4b7e0e69a2ff0aab
if in line 120 remove writeRequest(fd), then the speed of the test will fall
2 times
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,273276,273308#msg-273308
There are 2 different versions of the program, using keep-alive
First program, between the call to the connect operation and the write
operation, there is a short amount of time
Second program, write operation is called immediately after the connect
operation.
At the same time, the first program sh