Re: [Twisted-Python] How to disconnect an HTTP connection and notify the far end

2013-09-20 Thread Glyph
On Sep 18, 2013, at 1:59 PM, Bob Novas wrote: > I’ve got a question on how to explicitly disconnect a connection from the > client side so that the server side knows that the connection has been > disconnected. I’d be happy if this worked even with no guarantees, i.e., only > when the client

[Twisted-Python] How to disconnect an HTTP connection and notify the far end

2013-09-18 Thread Bob Novas
I've got a question on how to explicitly disconnect a connection from the client side so that the server side knows that the connection has been disconnected. I'd be happy if this worked even with no guarantees, i.e., only when the client and server were in fact well-connected. It's just an optimiz