Francois Piette wrote:
>> I'm using THttpServer to send a document myself (using hgWillSendMySelf)
>> so I can keep sending new data without requiring a new connection. It
>> works just fine. Now I want to do the same the other way around: I want
>> to use THttpCli to continually "post" data, witho
> I'm using THttpServer to send a document myself (using hgWillSendMySelf)
> so I can keep sending new data without requiring a new connection. It
> works just fine. Now I want to do the same the other way around: I want
> to use THttpCli to continually "post" data, without closing the
connection.