You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2014/01/23 14:31:46 UTC

svn commit: r1560683 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy_connect.xml

Author: trawick
Date: Thu Jan 23 13:31:46 2014
New Revision: 1560683

URL: http://svn.apache.org/r1560683
Log:
a comma leaked onto the page

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy_connect.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy_connect.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy_connect.xml?rev=1560683&r1=1560682&r2=1560683&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy_connect.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy_connect.xml Thu Jan 23 13:31:46 2014
@@ -39,7 +39,7 @@
     requests, <module>mod_proxy</module> and
     <module>mod_proxy_connect</module> have to be present in the server.</p>
 
-    <p>CONNECT is also used, when the server needs to send an HTTPS request
+    <p>CONNECT is also used when the server needs to send an HTTPS request
     through a forward proxy. In this case the server acts as a CONNECT client.
     This functionality is part of <module>mod_proxy</module> and
     <module>mod_proxy_connect</module> is not needed in this case.</p>