Skip to content

Remove the port number from IDN host names before converting to ACE#596

Closed
mkauf wants to merge 1 commit intocurl:masterfrom
mkauf:idn-connection-reuse-bugfix
Closed

Remove the port number from IDN host names before converting to ACE#596
mkauf wants to merge 1 commit intocurl:masterfrom
mkauf:idn-connection-reuse-bugfix

Conversation

@mkauf
Copy link
Contributor

@mkauf mkauf commented Jan 8, 2016

This is a follow-up to pull request #592 . The port number should be removed from a host name before the host name is converted to ACE. The port number is removed by parse_remote_port(), so this function must be called before fix_hostname().

Surprisingly, the tests passed before this commit, so I think that libidn actually supports port numbers in host names. But I'm not sure whether other IDN libraries (e.g. on Windows) also support port numbers.

@mkauf mkauf force-pushed the idn-connection-reuse-bugfix branch from 3d79c43 to f32b850 Compare January 9, 2016 11:26
@bagder bagder closed this in 5d7c937 Jan 10, 2016
@mkauf mkauf deleted the idn-connection-reuse-bugfix branch January 11, 2016 08:56
@lock lock bot locked as resolved and limited conversation to collaborators Jan 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant