Rcproxy responses "-request not supported" when client sends CRLF (\r\n) without any command.
Redis in this situation does not send any response (I checked redis in non cluster mode).
The easiest way to reproduse this, is to use telnet as client (and press enter several times), because it looks like redis-cli app does not send empty commands to the server.