The forwarder.Listener preforms explicit TLS handshake if TLS is configured.
While it's beneficial to martian to the handshake before trying to read request,
it may lead to slowness in accepting new connections as the handshake is performed in proxy main loop.
Move TLS handshake out of Listener and move it to martian and make it in separate go routine.