Commit ee0d4a5b by Emanuele Tidó Committed by GitHub

Update DefaultHttpDataSource.java

parent 15a59d93
...@@ -378,7 +378,7 @@ public class DefaultHttpDataSource extends BaseDataSource implements HttpDataSou ...@@ -378,7 +378,7 @@ public class DefaultHttpDataSource extends BaseDataSource implements HttpDataSou
errorStream != null ? Util.toByteArray(errorStream) : Util.EMPTY_BYTE_ARRAY; errorStream != null ? Util.toByteArray(errorStream) : Util.EMPTY_BYTE_ARRAY;
} catch (IOException e) { } catch (IOException e) {
throw new InvalidResponseCodeException( throw new InvalidResponseCodeException(
responseCode, responseMessage, headers, dataSpec, null); responseCode, responseMessage, headers, dataSpec, null);
} }
closeConnectionQuietly(); closeConnectionQuietly();
InvalidResponseCodeException exception = InvalidResponseCodeException exception =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment