exvito
exvito
My 2c., Reproduced on Mac OS 10.9.5 (yes, really old...): * Fresh Python 3.6 virtualenv. * pip install treq: brought in treq 17.8.0, Twisted 17.9.0 and dependencies. Worked around /...
Digged further into this. Here's my understanding: * The failure does indeed result from a second call to `stopProducing` when the certificate validation fails: * The first call comes from...
Short update: * https://twistedmatrix.com/trac/ticket/8473 is a related Twisted issue. * Cory Benfield comments the possibility of failure that is being observed in this case.
@jlitzingerdev, thanks for the extra investigation. For easier reading, I've shortened your gist by quite a lot and created https://gist.github.com/exvito/b8298f25196d41daf67414f702518f6b I guess it is time to bring this topic to...
For a complete cross-reference, here's the message I posted to the Twisted mailing list: https://twistedmatrix.com/pipermail/twisted-python/2017-November/031730.html
@DurandA shared a few examples that are possible due to recent Twisted developments, allowing Twisted code to interoperate with asyncio code and vice-versa. Maybe the docs could include an "asyncio"...
Quick note: related to #19.