https://bz.apache.org/bugzilla/show_bug.cgi?id=63015
--- Comment #4 from Philippe Mouawad <[email protected]> --- (In reply to Philippe Mouawad from comment #3) > I found that if we remove the line: > > https://github.com/apache/jmeter/blob/trunk/src/protocol/http/org/apache/ > jmeter/protocol/http/sampler/HTTPHC4Impl.java#L1180 > > Then it works. > > I had compared a HC4 test case with JMeter and the only difference is this > header being added. > > I remember a discussion somewhere saying that we should not be sending this > header anymore. > > Do you think it's a HC4 issue or JMeter issue ? > > Thanks Ignore my comment, it's stupid. There is still a difference. Comparing logs with HC4 only where I have added Connection:keep-alive , I notice HC4 discards the connection, not JMeter which explains why it works with HC4. But now I have to find why it is discarded and if it's regular. -- You are receiving this mail because: You are the assignee for the bug.
