Commit 4ad0966
An IPv6 zone separator must be URI-quoted
This is wrong:
$ perl -Ilib -e 'use HTTP::Daemon; $d=HTTP::Daemon->new(LocalAddr=>q{fe80::250:54ff:fe00:f01%ens3}) or die; print $d->url(), qq{\n}'
http://[fe80::250:54ff:fe00:f01%ens3]:50263/
The per-cent character must be quoted in an URI. This was fixed in
a 81bd91d commit, but broken later in
6.10 release.1 parent 7505cc8 commit 4ad0966
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
0 commit comments