You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by rj...@apache.org on 2015/06/01 12:14:37 UTC

svn commit: r1682860 - /jmeter/trunk/xdocs/changes.xml

Author: rjung
Date: Mon Jun  1 10:14:37 2015
New Revision: 1682860

URL: http://svn.apache.org/r1682860
Log:
Add fix for BZ 57921 to changes.

Modified:
    jmeter/trunk/xdocs/changes.xml

Modified: jmeter/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes.xml?rev=1682860&r1=1682859&r2=1682860&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes.xml (original)
+++ jmeter/trunk/xdocs/changes.xml Mon Jun  1 10:14:37 2015
@@ -123,6 +123,7 @@ Summary
 <ul>
     <li><bug>57806</bug>"audio/x-mpegurl" mime type is erroneously considered as binary by ViewResultsTree. Contributed by Ubik Load Pack (support at ubikloadpack.com)</li>
     <li><bug>57858</bug>Don't call sampleEnd twice in HTTPHC4Impl when a RuntimeException or an IOException occurs in the sample method.</li>
+    <li><bug>57921</bug>HTTP/1.1 without keep-alive "Connection" response header no longer uses infinite keep-alive.</li>
 </ul>
 
 <h3>Other Samplers</h3>