Re: [twsocket] Send data as a never ending document

2010-02-03 Thread Paul
Are you using chunked transfer encoding, or something else? That's what I'm doing, at least I'm trying to, but it's still not working. Do you have an example sending it with a THttpCli ? regards, Paul -- To unsubscribe or change your settings for TWSocket mailing list please goto http://list

Re: [twsocket] Send data as a never ending document

2010-02-03 Thread RTT
Are you using chunked transfer encoding, or something else? That's what I'm doing, at least I'm trying to, but it's still not working. Do you have an example sending it with a THttpCli ? No, just with httpserver. Are you able to properly set up the encoding, or it just don't work as you want,

Re: [twsocket] Send data as a never ending document

2010-02-03 Thread Paul
thanks, the problem I have is that the messages contain binary data. Paul - Original Message - From: "RTT" To: "ICS support mailing" Sent: Wednesday, February 03, 2010 12:39 PM Subject: Re: [twsocket] Send data as a never ending document Are you using chunked transfer encoding,

Re: [twsocket] Send data as a never ending document

2010-02-03 Thread RTT
the problem I have is that the messages contain binary data. I'm sending binary data with that code without problem. Every chunk header inform of the data length the chunk message body has, so, the type of data in the message body is errelevant. Never tested with an THttpCli, but you just ne