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

svn commit: r1792317 - in /jmeter/trunk: ./ xdocs/usermanual/component_reference.xml

Author: milamber
Date: Sat Apr 22 18:46:47 2017
New Revision: 1792317

URL: http://svn.apache.org/viewvc?rev=1792317&view=rev
Log:
Backport (cherry-pick via svn merge -c) the commit r1792316 from docs-3.2 to trunk.

Modified:
    jmeter/trunk/   (props changed)
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Propchange: jmeter/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sat Apr 22 18:46:47 2017
@@ -1 +1 @@
-/jmeter/branches/docs-3.2:1792287
+/jmeter/branches/docs-3.2:1792287,1792316

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1792317&r1=1792316&r2=1792317&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Apr 22 18:46:47 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.