You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into an issue earlier where a bad hostname didn't get propagated as a ConnectError when using Trio but did for asyncio. Because it wasn't mapped, httpx ended up not mapping it to the correct exception class either.
Ran into an issue earlier where a bad hostname didn't get propagated as a ConnectError when using Trio but did for asyncio. Because it wasn't mapped, httpx ended up not mapping it to the correct exception class either.
A quick test:
Quick fix:
I've submitted PR #543
The text was updated successfully, but these errors were encountered: