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
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