starfear

Results 4 comments of starfear

Any changes? `aiohttp_socks` looks deprecated it's proxy.socket functionality. old version of `aiohttp_socks` does not allow to close socket

Oh yes I see. Does `aiosmtplib.send` close connection ? I see a lot of problems with duplicating FD's when I pass a sock I got from aiohttp_socks's `open_connection` -> `writer`...

Can you give example of usage aiosmtplib with socks, please?

`None is not allowed as host value` using `aiosocks.Socks5Addr(None, None)` I am trying to do this because I need raw socket, connected to a proxy server to use in the...