[Bug 16831] NETCON_secure_connect SSL_connect failed

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jan 8 04:10:43 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=16831


TJ <support at tjworld.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18564|0                           |1
        is obsolete|                            |




--- Comment #18 from TJ <support at tjworld.net>  2009-01-08 04:10:43 ---
Created an attachment (id=18575)
 --> (http://bugs.winehq.org/attachment.cgi?id=18575)
Force HTTPS when INTERNET_FLAG_SECURE - v3

OK, how about a variation since it makes most sense in minimising the code
confusion and repetition?

Move the code from InternetCrackUrlW() to a new INTERNET_InternetCrackUrlW()
that takes a 'bFix' flag and the connection flags, and that conditionally does
the fix-up when bFix == TRUE.

Call the new function from the WINAPI InternetCrackUrlW() with bFix = FALSE to
maintain existing functionality and parameter usage.

In INTERNET_InternetOpenUrlW() call INTERNET_InternetCrackUrlW() with bFix =
TRUE and the connection flags to use the fix-up.


-- 
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.



More information about the wine-bugs mailing list