-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aiohttp 3.10.0 may have broken ProxyConnector implementation? #43
Comments
Fixed in v0.9.0 |
@romis2012 Thanks! I missed that - I thought I had installed the latest aiohttp-socks when I was testing. I'll go ahead and close this. |
Hi @romis2012 |
@thecockatiel |
why not make all versions compatible ? |
Because there's no need for that.
The PR will be rejected. Don't waste your time. |
Well, here's a bit of context, but it's okay if you still don't like it and want to reject: hence this suggestion It was a very small change, but It's okay if you don't want it. thanks for creating this useful lib :) |
@thecockatiel |
@thecockatiel |
It's okay as I have said before, thanks for creating this useful lib, so no worries |
The happyeyeballs support ( added here aio-libs/aiohttp@1700e9d aio-libs/aiohttp#7954 aio-libs/aiohttp#8005 ) changed the call signature of the
TCPConnector._wrap_create_connection
function.Using a proxy like this in aiohttp 3.9.5 would result in a timeout when connecting.
In aiohttp 3.10.0 this now raises a TypeError:
The text was updated successfully, but these errors were encountered: