java: Close broken connections [THRIFT-73] Fixes a bug where TNonblockingServer (and by extension THsHaServer) could permanently lose track of client connections if the message on-wire was malformed. If the client sends a bad message now, the server will close the transport at its earliest convenience.