25 Oct
2024
25 Oct
'24
3:30 p.m.
On Fri Oct 25 13:31:46 2024 +0000, Nikolay Sivov wrote:
Why do you need this? `normalize_uri_scheme` to turn httpd:// into http:// and httpsd:// into https://, `recreate_url` to add the port to the url.
I figured using `WinHttpCrackUrl` and re-combining the parts together with the port would be cleaner than trying to find where the hostname ends manually and splicing the port in at that point. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6733#note_86091