jonathanj / txspinneret

Collection of higher-level tools for building Twisted Web resources
MIT License
2 stars 3 forks source link

`DeferredResource`'s errback passes through the failure #11

Open jonathanj opened 10 years ago

jonathanj commented 10 years ago

Since DeferredResource is the ultimate consumer of the deferred, it should probably just pass it to request.processingFailed and throw the error away instead of leaving the deferred in a failed state and having it logged by the Deferred.__del__ code.