Prevent server stack trace when the client request is a no-op.
The exception was not killing the server, just the connection, and was
technically correct since the server is supposed to close the connection
anyway when the client sends no wants. As a result, the compat tests
weren't failing.
A better long-term solution would be to modify the server used during
testing to stop serving if one request generates an exception.
Change-Id: I065463803f38175a50f364b11588929094a28aab