mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Update moe equivalence
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=196024195
This commit is contained in:
parent
9adf9542e1
commit
f7d4fa8829
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ public class OkHttpDataSource implements HttpDataSource {
|
|||
|
||||
// Check for a valid response code.
|
||||
if (!response.isSuccessful()) {
|
||||
Map<String, List<String>> headers = request.headers().toMultimap();
|
||||
Map<String, List<String>> headers = response.headers().toMultimap();
|
||||
closeConnectionQuietly();
|
||||
InvalidResponseCodeException exception = new InvalidResponseCodeException(
|
||||
responseCode, headers, dataSpec);
|
||||
|
|
|
|||
Loading…
Reference in a new issue