Message313505
Now asyncio raises exceptions like "None type has no method feed_appdata" because self._sslpipe is set to None on closing.
See https://github.com/aio-libs/aiohttp/issues/2546 for more details.
IMHO the fix should just skip accessing self._sslpipe methods if the pipe was deleted. |
|
Date |
User |
Action |
Args |
2018-03-09 21:00:42 | asvetlov | set | recipients:
+ asvetlov, yselivanov |
2018-03-09 21:00:42 | asvetlov | set | messageid: <1520629242.5.0.467229070634.issue33037@psf.upfronthosting.co.za> |
2018-03-09 21:00:42 | asvetlov | link | issue33037 messages |
2018-03-09 21:00:42 | asvetlov | create | |
|