Re: [Twisted-Python] file descriptor cannot be a negative integer (-1)

2010-09-20 Thread Glyph Lefkowitz
On Sep 20, 2010, at 10:34 AM, ruslan usifov wrote: > I implement specific proxy server, so after analyze i think that this happens > if client disconnected from server, but server already made connection to > proxied service, so call resumeProducing() (in connectionMade ), throws > exception (

Re: [Twisted-Python] file descriptor cannot be a negative integer (-1)

2010-09-20 Thread ruslan usifov
I implement specific proxy server, so after analyze i think that this happens if client disconnected from server, but server already made connection to proxied service, so call resumeProducing() (in connectionMade ), throws exception (because socket already closed) "file descriptor can not be a ne