You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2017/04/22 18:34:05 UTC

svn commit: r1792316 - /jmeter/branches/docs-3.2/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Sat Apr 22 18:34:05 2017
New Revision: 1792316

URL: http://svn.apache.org/viewvc?rev=1792316&view=rev
Log:
Remove remaining mention of HC3

Modified:
    jmeter/branches/docs-3.2/xdocs/usermanual/component_reference.xml

Modified: jmeter/branches/docs-3.2/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-3.2/xdocs/usermanual/component_reference.xml?rev=1792316&r1=1792315&r2=1792316&view=diff
==============================================================================
--- jmeter/branches/docs-3.2/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/branches/docs-3.2/xdocs/usermanual/component_reference.xml Sat Apr 22 18:34:05 2017
@@ -441,7 +441,7 @@ Optional properties to allow change the
 <source>sampleresult.getbytes.headers_size=true</source></li></ul>
 
 <note>
-The <code>Java</code> and <code>HttpClient3</code> implementations do not include transport overhead such as
+The <code>Java</code> implementation does not include transport overhead such as
 chunk headers in the response body size.<br></br>
 The <code>HttpClient4</code> implementation does include the overhead in the response body size,
 so the value may be greater than the number of bytes in the response content.