Index: src/main/java/org/jboss/resteasy/client/core/executors/ApacheHttpClient4Executor.java =================================================================== --- src/main/java/org/jboss/resteasy/client/core/executors/ApacheHttpClient4Executor.java (revision 865) +++ src/main/java/org/jboss/resteasy/client/core/executors/ApacheHttpClient4Executor.java (working copy) @@ -86,7 +86,7 @@ { try { - if (res.getEntity() != null) res.getEntity().getContent().close(); + stream.close(); } catch (Exception ignore) {