-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow nullable content-type #966
Conversation
@salmaahhmed testing url can be for example https://download.mapsforge.org/maps/v5/europe/czech-republic.map |
@bartekpacia would you have a time to review this? :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey, thanks for contributing!
Thank you for approval @bartekpacia! There was one kotlin lint issue, i fixed that, it needs just approval again 😄 |
Hey, thanks! I'm at work now but I'll make a release later today. |
released in v1.11.8 |
@bartekpacia thank you! |
* feat: allow empty content-type on android * feat: add nullable places for content type * feat: add nullable mimeType do worker * fix: add unknown type * fix: add unknown type * chore: fix lint issues
On Android when source had null content-type, the request fails and throws exception. It's unexpected behavior since there is nothing wrong with downloaded file.
Proposing to resolve #935 and resolve #936