[PATCH 0/5] MR399: XMLHttpRequest improvements

Gabriel Ivăncescu (@insn) wine at gitlab.winehq.org
Thu Jul 7 10:18:58 CDT 2022


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.

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/399#note_3544



More information about the wine-devel mailing list