[PATCH 0/5] MR399: XMLHttpRequest improvements

Jacek Caban (@jacek) wine at gitlab.winehq.org
Thu Jul 7 10:02:36 CDT 2022


Jacek Caban (@jacek) commented about dlls/mshtml/navigate.c:
>              This->nschannel = NULL;
>          }
>  
> -        if(!This->nschannel)
> +        if(!This->nschannel || This->nschannel->content_type)
That's not how generally MIME types from urlmon are meant to be handled. What's wrong with MIME types from urlmon?

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



More information about the wine-devel mailing list