Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTask failure loading an image from the commandline #3108
Closed
Labels
Comments
|
Would it make sense to detect images by MIME types and wrapping them in a tiny HTML document? Most browsers seem to do that. |
|
Fixed in #3131 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
./servo http://s27.postimg.org/vqbtrolyr/servo.jpg
According to @Ms2ger, this is attempting to read in the jpeg as an HTML file. We then crash in hubbub attempting to create a string with non-UTF8 characters.
And: