Re: Newbie question : client connection lost
Phil Mayers <[email protected]>
| Newsgroups | gmane.comp.python.twisted.web |
|---|---|
| Message-ID | <[email protected]> |
On 10/05/10 16:04, Sebastien PASTOR wrote: > Thanks graeme, > > Yup, i know HTTP is stateless.. My question is more how to get the exception > from a Resource object when trying to write to a closed socket. There's a request.notifyFinish method somewhere in there, which returns a deferred that callback's on success and errback's on failure.