Just FYI -- proxy protocol v1 and v2 decoding has recently landed in netty (https://github.com/netty/netty/commit/d7b2affe321edeaa51c1fa7bb3df9a5badb4728a)
Despite the original commit message v2 is actually supported (it was finished / tested after the haproxy-1.5-dev25 release). TLV's are currently ignored but otherwise it is a full client implementation. On , Willy Tarreau <[email protected]> wrote: Hi, On Fri, Apr 18, 2014 at 07:22:17PM -0700, tyju tiui wrote: > Hi, > > I'm curious if anyone knows of any proxy protocol v2 implementations (client > or server)? > I've written my implementation against the spec > (http://haproxy.1wt.eu/download/1.5/doc/proxy-protocol.txt) but I realize now > I have no way to really validate my code. It's currently being discussed and the protocol is in the process of being slightly extended. Todd Lyons has implementated it in Exim, and David S has just posted a patch for haproxy to make forward progress. Feel free to participate! Regards, Willy

