mirror of
https://github.com/curl/curl.git
synced 2026-06-19 11:55:39 +03:00
%HTTPPORT supported in subVariables
This commit is contained in:
parent
9e7657d6ed
commit
ccde85d198
1 changed files with 1 additions and 0 deletions
|
|
@ -723,6 +723,7 @@ sub subVariables {
|
|||
my ($thing) = @_;
|
||||
$$thing =~ s/%HOSTIP/$HOSTIP/g;
|
||||
$$thing =~ s/%HOSTPORT/$HOSTPORT/g;
|
||||
$$thing =~ s/%HTTPPORT/$HOSTPORT/g;
|
||||
$$thing =~ s/%HTTPSPORT/$HTTPSPORT/g;
|
||||
$$thing =~ s/%FTPPORT/$FTPPORT/g;
|
||||
$$thing =~ s/%FTPSPORT/$FTPSPORT/g;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue