[Bug 51227] urlmon:url breaks the wininet:http test on Windows 10 1709+

WineHQ Bugzilla wine-bugs at winehq.org
Sun Jun 6 08:27:32 CDT 2021


https://bugs.winehq.org/show_bug.cgi?id=51227

--- Comment #1 from François Gouget <fgouget at 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/0807b09cfa7f2446f7a69f99ff1006e88c9de60b:/dlls/urlmon/tests/url.c#l4103

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.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list