7 Jul
2022
7 Jul
'22
10:02 a.m.
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