Re: [Twisted-Python] Thread Cancelled

2021-01-25 Thread Robert DiFalco
So I have a simple question from all this. Is there a twisted idiom I can use so that deferred returned from a Klein route are not canceled if the client resets the connection? It's fine if it's before I've gotten the request body, but once I've gotten the request body I want all deferreds to succe

Re: [Twisted-Python] Thread Cancelled

2021-01-25 Thread Jean-Paul Calderone
On Mon, Jan 25, 2021 at 5:14 PM Robert DiFalco wrote: > So I have a simple question from all this. Is there a twisted idiom I can > use so that deferred returned from a Klein route are not canceled if the > client resets the connection? It's fine if it's before I've gotten the > request body, but