Author: lgentis
Date: Thu May 7 15:41:05 2009
New Revision: 772682
URL: http://svn.apache.org/viewvc?rev=772682&view=rev
Log:
Revert to preceding version.
Modified:
httpd/httpd/trunk/docs/manual/mod/mod_request.xml
Modified: httpd/httpd/trunk/docs/manual/mod/mod_request.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_request.xml?rev=772682&r1=772681&r2=772682&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_request.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_request.xml Thu May 7 15:41:05 2009
@@ -51,7 +51,7 @@
<p>When this directive has a value greater than zero, request
handlers that would otherwise discard request bodies will
- instead let the request body aside for use by filters up to
+ instead set the request body aside for use by filters up to
the maximum size specified. In the case of the mod_include
filter, an attempt to <code>POST</code> a request to the static
shtml file will cause any subrequests to be <code>POST</code>
|