You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NeonImage currently guesses the image type by trying to decode it utf8 which might not even be the right encoding.
Use the content-type header as it correctly conveys this information.
This is currently not possible as the RequestManager swallows the headers for our binary requests. This probably depends on the request manager being inlined into the httpClient and other work related to #2155
The text was updated successfully, but these errors were encountered:
NeonImage currently guesses the image type by trying to decode it
utf8
which might not even be the right encoding.Use the
content-type
header as it correctly conveys this information.This is currently not possible as the RequestManager swallows the headers for our binary requests. This probably depends on the request manager being inlined into the httpClient and other work related to #2155
The text was updated successfully, but these errors were encountered: