You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2017/07/11 13:24:10 UTC

svn commit: r1801614 - /httpd/test/framework/trunk/t/modules/remoteip.t

Author: jim
Date: Tue Jul 11 13:24:10 2017
New Revision: 1801614

URL: http://svn.apache.org/viewvc?rev=1801614&view=rev
Log:
note URL describing PROXY

Modified:
    httpd/test/framework/trunk/t/modules/remoteip.t

Modified: httpd/test/framework/trunk/t/modules/remoteip.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/remoteip.t?rev=1801614&r1=1801613&r2=1801614&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/remoteip.t (original)
+++ httpd/test/framework/trunk/t/modules/remoteip.t Tue Jul 11 13:24:10 2017
@@ -8,6 +8,8 @@ use Apache::TestUtil;
 ## 
 ## mod_remoteip tests
 ##
+## PROXY protocol: https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt
+##
 Apache::TestRequest::module("remote_ip");
 plan tests => 12, need_module 'remoteip', have_min_apache_version('2.5.0');