Jmeter response code getting error:
Response code: Non HTTP response code: java.net.SocketException
I have Done the following setting :
- user.properties : httpclient4.retrycount=1 and hc.parameters.file=hc.parameters
- hc.parameters : http.connection.stalecheck$Boolean=true
- Http request sampler unchecked “Use Keep alive” also (as authentication takes more than 10 minutes for 100 users and above and I am not interested that how much time this authentication takes place)
Query : httpclient4.retrycount=1 , value should be set to 1 for n no. of request or no value ?