X Tutup
Skip to content

[3.11] gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986)#115606

Merged
serhiy-storchaka merged 1 commit intopython:3.11from
serhiy-storchaka:backport-465db27-3.11
Feb 17, 2024
Merged

[3.11] gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986)#115606
serhiy-storchaka merged 1 commit intopython:3.11from
serhiy-storchaka:backport-465db27-3.11

Conversation

@serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Feb 17, 2024

Update _get_hostport to always remove square brackets from IPv6 addresses. Then add them if needed
in "CONNECT .." and "Host: ".
(cherry picked from commit 465db27)

…ECT (pythonGH-100986)

Update _get_hostport to always remove square brackets
from IPv6 addresses. Then add them if needed
in "CONNECT .." and "Host: ".
(cherry picked from commit 465db27)

Co-authored-by: Derek Higgins <derekh@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup