Я запускаю jmeter в однопоточном режиме и выполняю 1000 HTTP-запросов POST
Every post Request returns a json data of say 2 Mb as response
Does the jmeter wait for entire json data to come and then start next post request or just waits for the first byte of the response and then initiates the second post request.