You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by og...@apache.org on 2004/09/22 19:23:33 UTC

cvs commit: jakarta-commons/httpclient/xdocs preference-api.xml

oglueck     2004/09/22 10:23:33

  Modified:    httpclient/xdocs preference-api.xml
  Log:
  added documentation of new parameter
  
  Revision  Changes    Path
  1.3       +13 -1     jakarta-commons/httpclient/xdocs/preference-api.xml
  
  Index: preference-api.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/preference-api.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- preference-api.xml	16 Sep 2004 06:24:43 -0000	1.2
  +++ preference-api.xml	22 Sep 2004 17:23:33 -0000	1.3
  @@ -381,6 +381,18 @@
              </p>
             </td>
           </tr>
  +        <tr>
  +          <td><p>http.method.response.buffer.warnlimit</p></td>
  +          <td><p>Integer</p></td>
  +          <td><p>The maximum buffered response size (in bytes) that triggers no warning. Buffered
  +                 responses exceeding this size will trigger a warning in the log. If not set, the
  +                 limit is 1 MB.
  +              </p>
  +          </td>
  +          <td>
  +            <p><code>&lt;undefined&gt;</code></p>
  +          </td>
  +        </tr>
         </table>
          <p>
            Whenever a parameter is left undefined (no value is explicitly set anywhere in 
  
  
  

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