aiosocks
aiosocks copied to clipboard
Support aiohttp 2.3.1 +
aiohttp 2.3 introduced explicit support for ssl.*Error
As well in upcoming 2.3.2 (bugfix release) will be private api changes for Connectors https://github.com/aio-libs/aiohttp/pull/2446
It guess aiosocks integration will be broken
@nibrag What about to move aiosocks connector to aiohttp itself?
Fixed https://github.com/nibrag/aiosocks/pull/21
@hellysmile
What about to move aiosocks connector to aiohttp itself?
aiosocks use python 3.5, aiohttp 3.4.2
master aiohttp uses python 3.5.3+
@hellysmile In progress https://github.com/aio-libs/aiohttp/pull/2539
@nibrag cool!