kmashint commented on issue #5685: URL: https://github.com/apache/jmeter/issues/5685#issuecomment-1908865169
We encountered this as well, with JMeter 5.6.2, and just using HttpClient4 in the Http Request Defaults didn't help, but also setting time_to_live as below in the jmeter.properties or similar user.properties file worked to avoid those errors. We set the time_to_live slightly lower than the Keep-Alive: timeout=15 (seconds) returned the service and this cleared up the errors. So there may be some lingering issue with the Keep-Alive handling in JMeter and HttpClient4. Also disabling Keep-Alive avoided the problem. httpclient4.time_to_live=14000 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org