Author: oglueck
Date: Mon Aug  1 09:12:15 2005
New Revision: 226834

URL: http://svn.apache.org/viewcvs?rev=226834&view=rev
Log:
some clarifications

Modified:
    jakarta/commons/proper/httpclient/trunk/xdocs/preference-api.xml

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/preference-api.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/preference-api.xml?rev=226834&r1=226833&r2=226834&view=diff
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/preference-api.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/preference-api.xml Mon Aug  1 
09:12:15 2005
@@ -446,7 +446,7 @@
            bandwidth by minimizing the number of segments that are sent. When 
applications wish to 
            decrease network latency and increase performance, they can disable 
Nagle's algorithm (by enabling
            <code>TCP_NODELAY</code>). Data will be sent earlier, at the cost 
of an increase 
-           in bandwidth consumption.
+           in bandwidth consumption and number of packets.
            </p>
           </td>
           <td><p><code>&lt;undefined&gt;</code></p></td>
@@ -621,7 +621,7 @@
           <td>
            <p>
             The timeout in milliseconds used when retrieving an HTTP 
connection from the
-            HTTP connection manager.
+            HTTP connection manager. 0 means to wait indefinitely.
            </p>
           </td>
           <td><p><code>&lt;undefined&gt;</code></p></td>
@@ -643,7 +643,7 @@
           <td><p>Boolean</p></td>
           <td>
            <p>
-            Defines whether authentication should be attempted preemptively.
+            Defines whether authentication should be attempted preemptively. 
See authentication guide.
            </p>
           </td>
           <td><p><code>&lt;undefined&gt;</code></p></td>
@@ -653,7 +653,8 @@
           <td><p>Boolean</p></td>
           <td>
            <p>
-            Defines whether relative redirects should be rejected.
+            Defines whether relative redirects should be rejected. Although 
redirects are supposed to be absolute
+            it is common internet practice to use relative URLs.
            </p>
           </td>
           <td><p><code>&lt;undefined&gt;</code></p></td>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to