New issue
Advanced search Search tips

Issue 692589 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Feb 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 3
Type: Bug



Sign in to add a comment

Make sure ImageDataFetcher returns the data of data URI

Project Member Reported by gambard@chromium.org, Feb 15 2017

Issue description

ImageDataFetcher takes into account the http response code to check if it needs to get the data or not.
In case of data URI, the http response code is empty. We still need to get the data.
 
Status: Fixed (was: Assigned)
The current implementation returns the data but with an empty response code. This is fine.

Sign in to add a comment