http://bugs.winehq.org/show_bug.cgi?id=11791 Hans Leidekker <hans(a)it.vu.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hans(a)it.vu.nl --- Comment #10 from Hans Leidekker <hans(a)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. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email 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.