r47162 - whitespace is significant here.

glyph-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Tue, 5 Apr 2016 15:16:41 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: glyph
Date: Tue Apr  5 15:16:35 2016
New Revision: 47162

Modified:
   branches/haproxy-endpoint-8203-2/docs/core/howto/endpoints.rst

Log:
whitespace is significant here.

Modified: branches/haproxy-endpoint-8203-2/docs/core/howto/endpoints.rst
==============================================================================
--- branches/haproxy-endpoint-8203-2/docs/core/howto/endpoints.rst	(original)
+++ branches/haproxy-endpoint-8203-2/docs/core/howto/endpoints.rst	Tue Apr  5 15:16:35 2016
@@ -359,4 +359,4 @@
 
   For example, ``haproxy:tcp:port=80:interface=192.168.1.1`` or ``haproxy:ssl:port=443:privateKey=/etc/ssl/server.pem:extraCertChain=/etc/ssl/chain.pem:sslmethod=SSLv3_METHOD:dhParameters=dh_param_1024.pem``.
 
-  The PROXY protocol provides a way for load balancers and reverse proxies to send down the real IP of a connection's source and destination without relying on X-Forwarded-For headers. A Twisted service using this endpoint wrapper must run behind a service that sends valid PROXY protocol headers. For more on the protocol see `the formal specification<http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt>`_. Both version one and two of the protocol are currently supported.
+  The PROXY protocol provides a way for load balancers and reverse proxies to send down the real IP of a connection's source and destination without relying on X-Forwarded-For headers. A Twisted service using this endpoint wrapper must run behind a service that sends valid PROXY protocol headers. For more on the protocol see `the formal specification <http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt>`_. Both version one and two of the protocol are currently supported.