r47178 - corrected NEWS file.
glyph-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Wed, 6 Apr 2016 19:07:08 -0600 (MDT)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: glyph Date: Wed Apr 6 19:07:01 2016 New Revision: 47178 Modified: branches/haproxy-endpoint-8203-2/twisted/topfiles/8203.feature Log: corrected NEWS file. Modified: branches/haproxy-endpoint-8203-2/twisted/topfiles/8203.feature ============================================================================== --- branches/haproxy-endpoint-8203-2/twisted/topfiles/8203.feature (original) +++ branches/haproxy-endpoint-8203-2/twisted/topfiles/8203.feature Wed Apr 6 19:07:01 2016 @@ -1 +1 @@ -twisted.protocol.haproxy provides a Protocol and Factory wrappers that handle the data stream annotations injected by HAProxy. These wrappers are exposed as an endpoint via 'haproxy:<port definition>'. +twisted.protocols.haproxy.proxyEndpoint provides an endpoint that wraps any other stream server endpoint with the PROXY protocol that retains information about the original client connection handled by the proxy; this wrapper is also exposed via the string description prefix 'haproxy'; for example 'twistd web --port haproxy:tcp:8765'.