aiohttp version (<3.10.7) issue with host header having port specified or IPv6 IP #2192
Labels
bug
Indicates an unexpected problem or an unintended behavior.
needs-triage
The issue has just been created and it has not been reviewed by the team.
Version
botbuilder-integration-aiohttp 4.16.2
Describe the bug
botbuilder-integration-aiohttp-4.16.2 is dependant of aiohttp-3.10.5 but aiohttp-3.10.5 suffers an issue that seems to be fixed in aiohttp-3.10.7.
Issue is you can't use the
Request.url
property if the host header contains port or is IPv6 IP.To Reproduce
Steps to reproduce the behavior:
print
or userequest.url
Expected behavior
I'd expect the request to not fail and get the object as expected
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
full repro case
output when
curl localhost:8080
from another terminal:Upgrade
aiohttp
, it works fineThe text was updated successfully, but these errors were encountered: