You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by hu...@apache.org on 2012/10/04 16:42:43 UTC

svn commit: r1394096 - /trafficserver/site/trunk/content/docs/trunk/admin/plugins/buffer_upload/index.en.mdtext

Author: humbedooh
Date: Thu Oct  4 14:42:42 2012
New Revision: 1394096

URL: http://svn.apache.org/viewvc?rev=1394096&view=rev
Log:
Being a Grammar Nazi...

Modified:
    trafficserver/site/trunk/content/docs/trunk/admin/plugins/buffer_upload/index.en.mdtext

Modified: trafficserver/site/trunk/content/docs/trunk/admin/plugins/buffer_upload/index.en.mdtext
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/content/docs/trunk/admin/plugins/buffer_upload/index.en.mdtext?rev=1394096&r1=1394095&r2=1394096&view=diff
==============================================================================
--- trafficserver/site/trunk/content/docs/trunk/admin/plugins/buffer_upload/index.en.mdtext (original)
+++ trafficserver/site/trunk/content/docs/trunk/admin/plugins/buffer_upload/index.en.mdtext Thu Oct  4 14:42:42 2012
@@ -24,8 +24,8 @@ Upload proxy specs for phase I:
 
 1. Memory buffering (buffer the entire POST data in IOBuffer before connecting to OS) 
   1.1. Memory buffer size is configured with "mem_buffer_size" in config file. Default and minimum value is 32K
-       You can increase it in the config file. If a request's size is larger than "mem_buffer_size" specifiied
-       in config file, then the upload proxy feature will be disabled for this particular request
+       You can increase it in the config file. If the size of a request is larger than the "mem_buffer_size" value specifiied
+       in the config file, then the upload proxy feature will be disabled for this particular request
 
 2. Disk buffering (buffer the entire POST data on disk before connecting to OS) 
   2.1. Use disk async IO. This involved some changes in ATS core