Re: [twsocket] Chunked encoding with THttpCli

2005-12-08 Thread Maurizio Lotauro
On 03-Dec-05 12:56:55 Fastream Technologies wrote: >Hello, >Does THttpCli support chunked encoding? If so, how do we indicate we can >accept it from server? The history say that it is introduced on December 28, 2003. Looking on the code it seems that there is no way to automatically add the tran

Re: [twsocket] Chunked encoding with THttpCli

2005-12-04 Thread Francois PIETTE
> Does THttpCli support chunked encoding? Yes, it is supported for answer only. > If so, how do we indicate we can accept it from server? No need to indicate it. The server tell the client using TransferEncoding header line which is detectec by the component. Search for 'TransferEncoding' in h

Re: [twsocket] Chunked encoding with THttpCli

2005-12-03 Thread Fastream Technologies
SEE MY MESSAGE PRIOR TO YOURS. SZ - Original Message - From: "Angus Robertson - Magenta Systems Ltd" <[EMAIL PROTECTED]> To: Sent: Saturday, December 03, 2005 6:27 PM Subject: Re: [twsocket] Chunked encoding with THttpCli >> Chunked is a transfer-encoding not c

Re: [twsocket] Chunked encoding with THttpCli

2005-12-03 Thread Angus Robertson - Magenta Systems Ltd
> Chunked is a transfer-encoding not content. It means there is no > content-length in the response header and the client simply gets the > (size of) each packet separately and then cuts the connection when > the server tells so. If you think it is so important, why don't you actually do someth

Re: [twsocket] Chunked encoding with THttpCli

2005-12-03 Thread Fastream Technologies
e here so that you take a look, provide feedback and then translate to Delphi. Thanks, SubZ - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Saturday, December 03, 2005 4:37 PM Subject: Re: [twsocket] C

Re: [twsocket] Chunked encoding with THttpCli

2005-12-03 Thread Fastream Technologies
compatibility. Best Regards, SubZ - Original Message - From: "Angus Robertson - Magenta Systems Ltd" <[EMAIL PROTECTED]> To: Sent: Saturday, December 03, 2005 3:59 PM Subject: Re: [twsocket] Chunked encoding with THttpCli >> Does THttpCli support chunked encoding? If

Re: [twsocket] Chunked encoding with THttpCli

2005-12-03 Thread Angus Robertson - Magenta Systems Ltd
> Does THttpCli support chunked encoding? If so, how do we indicate we > can accept it from server? No. If such an encoding actually exists, the latest client beta supports content coding 'plugins', so you can write a new unit based on the current GZIP coding version, and simply add it to the

[twsocket] Chunked encoding with THttpCli

2005-12-03 Thread Fastream Technologies
Hello, Does THttpCli support chunked encoding? If so, how do we indicate we can accept it from server? Best Regards, SubZ -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be