Re: [Twisted-Python] How to be sure a ssl connection was completed correctly

2012-01-23 Thread Itamar Turner-Trauring
On 01/23/2012 08:46 AM, Hanusz L. wrote: > Hi, > > I'm using the pull method to send events to clients (with xmlrpc over ssl). > The events are in a queue and when a client calls my 'get_event' xmlrpc > function; I get one event from the queue and send it to the client. > > The problem is that I w

[Twisted-Python] How to be sure a ssl connection was completed correctly

2012-01-23 Thread Hanusz L .
Hi, I'm using the pull method to send events to clients (with xmlrpc over ssl). The events are in a queue and when a client calls my 'get_event' xmlrpc function; I get one event from the queue and send it to the client. The problem is that I want to be sure that the client receives all the event