I suggest we add sth like ``` type proxyConn struct { *Proxy conn net.Conn brw *bufio.ReadWriter } ``` and define all functions that need a connection there.