Re: [Twisted-Python] HAProxy and twisted TCP/IP support

2015-09-07 Thread Glyph
> On Aug 31, 2015, at 11:48 PM, Zuhaib Siddique wrote: > > Hey all, Hi Zuhaib! Thanks for writing. > I am looking at using HAProxy in front of Twisted for TCP connection and need > to pass the source IP along. We are currently looking at hacking tcp.py to > add support for this: > http://

[Twisted-Python] HAProxy and twisted TCP/IP support

2015-08-31 Thread Zuhaib Siddique
Hey all, I am looking at using HAProxy in front of Twisted for TCP connection and need to pass the source IP along. We are currently looking at hacking tcp.py to add support for this: http://www.haproxy.org/download/1.5/doc/proxy-protocol.txt but wondering if this is something someone is already