mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +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;
|
||||
} catch (IOException e) {
|
||||
throw new InvalidResponseCodeException(
|
||||
responseCode, responseMessage, headers, dataSpec, null);
|
||||
responseCode, responseMessage, headers, dataSpec, null);
|
||||
}
|
||||
closeConnectionQuietly();
|
||||
InvalidResponseCodeException exception =
|
||||
|
|
|
|||
Loading…
Reference in a new issue