https://bugs.winehq.org/show_bug.cgi?id=51227
--- Comment #1 from François Gouget fgouget@codeweavers.com --- More specifically it is this call that breaks wininet:http:
test_BindToStorage(HTTPS_TEST, 0, TYMED_ISTREAM);
https://source.winehq.org/git/wine.git/blob/0807b09cfa7f2446f7a69f99ff1006e8...
Everything else in urlmon:url can be run without impacting wininet:http, but the call above on its own is sufficient to break it. Unfortunately test_BindToStorage() is called many times with various parameter combinations.