Return-Path: Delivered-To: apmail-hc-commits-archive@www.apache.org Received: (qmail 98018 invoked from network); 8 Dec 2010 20:25:10 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 8 Dec 2010 20:25:10 -0000 Received: (qmail 36875 invoked by uid 500); 8 Dec 2010 20:25:10 -0000 Delivered-To: apmail-hc-commits-archive@hc.apache.org Received: (qmail 36828 invoked by uid 500); 8 Dec 2010 20:25:09 -0000 Mailing-List: contact commits-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list commits@hc.apache.org Received: (qmail 36821 invoked by uid 99); 8 Dec 2010 20:25:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Dec 2010 20:25:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.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; Wed, 08 Dec 2010 20:25:09 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 676AE23889B9; Wed, 8 Dec 2010 20:24:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1043658 - /httpcomponents/httpclient/trunk/src/docbkx/advanced.xml Date: Wed, 08 Dec 2010 20:24:49 -0000 To: commits@hc.apache.org From: sebb@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101208202449.676AE23889B9@eris.apache.org> Author: sebb Date: Wed Dec 8 20:24:49 2010 New Revision: 1043658 URL: http://svn.apache.org/viewvc?rev=1043658&view=rev Log: Grammar Modified: httpcomponents/httpclient/trunk/src/docbkx/advanced.xml Modified: httpcomponents/httpclient/trunk/src/docbkx/advanced.xml URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/docbkx/advanced.xml?rev=1043658&r1=1043657&r2=1043658&view=diff ============================================================================== --- httpcomponents/httpclient/trunk/src/docbkx/advanced.xml (original) +++ httpcomponents/httpclient/trunk/src/docbkx/advanced.xml Wed Dec 8 20:24:49 2010 @@ -187,7 +187,7 @@ System.out.println(userToken); ]]>
Persistent stateful connections - Please note that persistent connection that carry a state object can be reused + Please note that a persistent connection that carries a state object can be reused only if the same state object is bound to the execution context when requests are executed. So, it is really important to ensure the either same context is reused for execution of subsequent HTTP requests by the same user or the user