On Thu Jul 7 15:02:35 2022 +0000, Jacek Caban wrote:
That's not how generally MIME types from urlmon are meant to be handled. What's wrong with MIME types from urlmon?
urlmon detects the MIME type from the content (parsing it), but the content type set in the header should take precedence over that. You can see this in the next commit's tests which will simply fail without this.