Commit f7b2d00
committed
Use parse_url() from urllib3.util instead of urlparse
urllib.parse.urlparse() does not handle link local ipv6 addresses with port
numbers. Use parse_url() from urllib3 instead.
Fixes: c0813a2 ("Use TLS settings in selecting connection pool")
Fixes: #6735
Signed-off-by: Ani Sinha <anisinha@redhat.com>1 parent c4c8e20 commit f7b2d00
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments