http://bugs.winehq.org/show_bug.cgi?id=11791
Hans Leidekker hans@it.vu.nl changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@it.vu.nl
--- Comment #10 from Hans Leidekker hans@it.vu.nl 2008-05-25 09:48:32 --- Mischas patch has probably just uncovered another bug in wininet. InternetOpenUrl is a convenience wrapper that will basically open a connection, send a request and return the request handle. When the request handle is closed we send a callback for the parent connection handle too which the app does not expect because it never created it.
We're already suppressing the INTERNET_STATUS_HANDLE_CREATED callback for the connection handle when called through InternetOpenUrl, we should do the same for the INTERNET_STATUS_HANDLE_CLOSING callback.