Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 16057 invoked from network); 25 Oct 2002 12:47:58 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 25 Oct 2002 12:47:58 -0000 Received: (qmail 27113 invoked by uid 97); 25 Oct 2002 12:47:59 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@jakarta.apache.org Received: (qmail 27055 invoked by uid 97); 25 Oct 2002 12:47:58 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 27011 invoked by uid 97); 25 Oct 2002 12:47:57 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Date: 25 Oct 2002 12:46:58 -0000 Message-ID: <20021025124658.46830.qmail@icarus.apache.org> From: oglueck@apache.org To: jakarta-commons-cvs@apache.org Subject: cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods PostMethod.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N oglueck 2002/10/25 05:46:58 Modified: httpclient/src/java/org/apache/commons/httpclient/methods PostMethod.java Log: fixed doc Revision Changes Path 1.24 +3 -4 jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/PostMethod.java Index: PostMethod.java =================================================================== RCS file: /home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/methods/PostMethod.java,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- PostMethod.java 25 Oct 2002 10:15:52 -0000 1.23 +++ PostMethod.java 25 Oct 2002 12:46:58 -0000 1.24 @@ -128,7 +128,6 @@ /** * The request will use chunked transfer encoding. Content length is not * calculated and the content is not buffered.
- * Note: Chunked requests are not supported at the moment. */ public static final int CONTENT_LENGTH_CHUNKED = -1; -- To unsubscribe, e-mail: For additional commands, e-mail: