mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Update DefaultHttpDataSource.java
This commit is contained in:
parent
15a59d93ee
commit
ee0d4a5b3e
1 changed files with 1 additions and 1 deletions
|
|
@ -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 =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue