https://bz.apache.org/bugzilla/show_bug.cgi?id=57921
Bug ID: 57921
Summary: Request through expired keep-alive connection fails
Product: JMeter
Version: 2.13
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: HTTP
Assignee: [email protected]
Reporter: [email protected]
Created attachment 32731
--> https://bz.apache.org/bugzilla/attachment.cgi?id=32731&action=edit
packet capture for failed session
The issue happens when pause between requests longer than server keep-alive
timeout. See attached JMX for reproduction.
TCP session is:
1. JMeter establishes connection, makes first query and gets response
2. after 60 seconds server closes the connection by timeout
3. JMeter sleep time ends and it tries to make new request through old
connection and predictably fails
JMeter should re-establish connection, as socket has received FIN packet.
Packet capture file attached.
It fails both on Linux and Windows. I tried to upgrade HTTPClient libs to
4.4.1, it does not help.
--
You are receiving this mail because:
You are the assignee for the bug.