From commits-return-687-apmail-jmeter-commits-archive=jmeter.apache.org@jmeter.apache.org Tue Feb 7 00:33:04 2012 Return-Path: X-Original-To: apmail-jmeter-commits-archive@minotaur.apache.org Delivered-To: apmail-jmeter-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B975B9258 for ; Tue, 7 Feb 2012 00:33:04 +0000 (UTC) Received: (qmail 66094 invoked by uid 500); 7 Feb 2012 00:33:04 -0000 Delivered-To: apmail-jmeter-commits-archive@jmeter.apache.org Received: (qmail 66070 invoked by uid 500); 7 Feb 2012 00:33:04 -0000 Mailing-List: contact commits-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jmeter.apache.org Delivered-To: mailing list commits@jmeter.apache.org Received: (qmail 66063 invoked by uid 99); 7 Feb 2012 00:33:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 00:33:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2012 00:33:01 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3950D23888E4 for ; Tue, 7 Feb 2012 00:32:40 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1241292 - /jmeter/trunk/xdocs/usermanual/component_reference.xml Date: Tue, 07 Feb 2012 00:32:40 -0000 To: commits@jmeter.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120207003240.3950D23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: sebb Date: Tue Feb 7 00:32:39 2012 New Revision: 1241292 URL: http://svn.apache.org/viewvc?rev=1241292&view=rev Log: Clarify HC4 behaviour wrt transport overhead Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1241292&r1=1241291&r2=1241292&view=diff ============================================================================== --- jmeter/trunk/xdocs/usermanual/component_reference.xml (original) +++ jmeter/trunk/xdocs/usermanual/component_reference.xml Tue Feb 7 00:32:39 2012 @@ -397,8 +397,10 @@ Optional properties to allow change the
sampleresult.getbytes.headers_size=true
-The HttpClient3 doesn't include the size of chunk counters in response body size

-The HttpClient4 included this size (35 bytes added) +The Java and HttpClient3 inplementations do not include transport overhead such as +chunk headers in the response body size.

+The HttpClient4 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.
Versions of JMeter before 2.5 returns only data response size (uncompressed if request uses gzip/defate mode).