I am sending a http request to a server which has timeout:0 for this type of connections (it basically keeps the connection open).
I am trying to set a Response timeout
in the HTTP Request sampler
in the Advanced tab
.
for 40000ms(40secs) the connection is stopped and I get what I want
java.net.SocketTimeoutException: Read timed out
for 50000ms(50sec) or more the connection is never closed.
I do not know the actual value for which the connection is not closed.
The question is, if anyone encountered this before, and if they found a solution? I can't seem to figure if it is a JMeter bug, an OS parameter-ish or maybe I just configured it wrong, or w/e.