THRIFT-1211. java: When using THttpClient, non 200 responses leave the connection open This patch reorders the code so that we can close the connection in the case of an error. Patch: Mathias Herberts