Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…java into 4107
  • Loading branch information
andrey-qlogic committed Nov 30, 2018
2 parents 3550f81 + da41028 commit 0f26218
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,7 @@ public void write(String uploadId, byte[] toWrite, int toWriteOffset, long destO
response = httpRequest.execute();
code = response.getStatusCode();
message = response.getStatusMessage();
response.getContent().close();
} catch (HttpResponseException ex) {
exception = ex;
code = ex.getStatusCode();
Expand Down

0 comments on commit 0f26218

Please sign in to comment.