Author: mlibbey
Date: Mon Aug 30 23:34:38 2010
New Revision: 991024
URL: http://svn.apache.org/viewvc?rev=991024&view=rev
Log:
add documentation for proxy.config.cache.enable_read_while_writer
Modified:
trafficserver/site/trunk/docs/v2/admin/files.htm
Modified: trafficserver/site/trunk/docs/v2/admin/files.htm
URL:
http://svn.apache.org/viewvc/trafficserver/site/trunk/docs/v2/admin/files.htm?rev=991024&r1=991023&r2=991024&view=diff
==============================================================================
--- trafficserver/site/trunk/docs/v2/admin/files.htm (original)
+++ trafficserver/site/trunk/docs/v2/admin/files.htm Mon Aug 30 23:34:38 2010
@@ -1232,7 +1232,8 @@ Setting user_id to 'root' or '#0' is now
<td><p>You can specify one of the following:</p>
<p><code>0</code> = no extra information is added to the
string.<br />
<code>1</code> = all extra information is added.<br />
- <code>2</code> = some extra information is added.</p></td>
+ <code>2</code> = some extra information is added.</p>
+ Note: the Via: header string interpretation is <a
href="trouble.htm#interpret_via_header">documented here.</a></td>
</tr>
<tr>
<td><p><code><i>proxy.config.http.insert_response_via_str
</i></code></p>
@@ -1589,6 +1590,13 @@ Setting user_id to 'root' or '#0' is now
<tr>
<td rowspan="1" colspan="3"><strong><a
name="records.config.cache">Cache Control</a></strong></td>
</tr>
+ <tr>
+
<td><p><code><i>proxy.config.cache.enable_read_while_writer</i></code></p>
+ <p><code>INT</code></p></td>
+ <td><p><code>0</code></p> </td>
+ <td><p> Enables (<code>1</code>) or disables (<code>0</code>)
ability to a read cached object while the another connection is completing the
write to cache for the same object. This must be enabled for connection
collapsing to work</p> </td>
+ </tr>
+
<tr>
<td><p><code><i>proxy.config.http.cache.http</i></code></p>
<p><code>INT</code></p></td>