http://bugs.winehq.org/show_bug.cgi?id=16165
Paul "TBBle" Hampson Paul.Hampson@Pobox.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Paul.Hampson@Pobox.com
--- Comment #6 from Paul "TBBle" Hampson Paul.Hampson@Pobox.com 2008-12-30 10:54:32 --- On slightly closer examination of the code, the issue is that the WinHttpCrackUrl implementation in Wine isn't filling in the nPort member of the URL_COMPONENTS structure, but is leaving the colon and port number in the host name string.
The other parts that operate on the URL_COMPONENTS (WinHttpCreateUrl and the internal-to-url.c calc_length) do operate on nPort correctly (as far as I can see) so it's just WinHttpCrackUrl that needs fixing.
I don't know if this is the only problem preventing use of built-in winhttp with the WAR patcher, so I won't bug this seperately.