I am using Jmeter to do load testing against index page(static page) of my websit. There are lots of errors in the test reulst because of connection closed. Any tips why server(apache 2.2) decide to close the connection?
=============http headers===============
Load time:1055
Connect Time: 845
Latency: 1055
Size in bytes:98
Body size in bytes: 0
GET https://mysite/index.html GET data: [no cookies]
Request Headers: Connection: keep-alive Content-Length: 0 Content-Type: text/plain; charset=ISO-8859-1 Host: mysite User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_121)
Response headers: HTTP/1.0 302 Found Location: http://mysite/splash.html Connection: close