327328329330331332333334335336337
return byteArray; } finally { try { if (method != null) { method.releaseConnection(); } } catch (Exception e) { Logger.error(Http.class,e.getMessage(),e); }