You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lazy solution: Just add net.Conn into ConnectionState.
But I feel like getting rid of ConnectionState and just passing Conn to backend is
a better idea. We then can just add Conn.Conn() method (and probably Conn.Hostname()).
The text was updated successfully, but these errors were encountered:
My use-case is obtaining the full PROXY header from https://github.com/pires/go-proxyproto.
Lazy solution: Just add net.Conn into ConnectionState.
But I feel like getting rid of ConnectionState and just passing Conn to backend is
a better idea. We then can just add Conn.Conn() method (and probably Conn.Hostname()).
The text was updated successfully, but these errors were encountered: