diff options
Diffstat (limited to 'networking')
-rw-r--r-- | networking/wget.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/wget.c b/networking/wget.c index 8103aac..33c93ba 100644 --- a/networking/wget.c +++ b/networking/wget.c @@ -1335,6 +1335,7 @@ However, in real world it was observed that some web servers /* server.user remains untouched */ free(server.allocated); server.allocated = NULL; + server.protocol = target.protocol; server.host = target.host; /* strip_ipv6_scope_id(target.host); - no! */ /* we assume remote never gives us IPv6 addr with scope id */ |