Re: [twsocket] Posting data to web server using THttpCli under usercontrol

2006-11-21 Thread Cosmin Prund
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

Re: [twsocket] Posting data to web server using THttpCli under usercontrol

2006-11-21 Thread Francois Piette
> 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.