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.<br>
  -     * Note: Chunked requests are not supported at the moment.
        */
       public static final int CONTENT_LENGTH_CHUNKED = -1;
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>

Reply via email to