Re: [twsocket] HttpCli StatusCode = 0 causes problems

2005-07-26 Thread Maurizio Lotauro
On 26-Jul-05 09:31:34 Merijn Terheggen wrote: >Yes, I'm using the original client. Also the latest version. >Don't you get the same results when you add a LocationChange event >handler and set breakpoints in both the LocationChange and the >RequestDone event handlers? What are you doing in these

Re: [twsocket] Adding gzip to HttpCli

2005-07-26 Thread Maurizio Lotauro
On 26-Jul-05 17:47:41 Francois PIETTE wrote: [...] >We already talked about RcvdCount. Yes, but we haven't still get a conclusion :-) >I think I said that RcvdCount that a choice has to be made and Ithat I have >no defitive answer. The idea is to break as less as possible existing code. >RcvdCo

Re: [twsocket] Adding gzip to HttpCli

2005-07-26 Thread Maurizio Lotauro
On 26-Jul-05 20:37:54 Xavier Le Bris wrote: >Hello, Hello, [...] >FGzTime is necessary, not for me, but for anyone who wants to choose the >best compression level/time ratio. I think that this is the job for a test application, not for the component. You can use OnBeforeHeaderSend and OnDocEnd

Re: [twsocket] Adding gzip to HttpCli

2005-07-26 Thread Xavier Le Bris
Hello, You are right for ZLibDllHandle. Ok for moving Windows unit. You can disable xChrono. FGzTime is necessary, not for me, but for anyone who wants to choose the best compression level/time ratio. http://www.pipeboost.com/ is not mine; but you must use Http 1.1 to have compression. For Rc

[twsocket] [OT] [HELP] HttpCli and Upload files... FORGET MY MAIL ; )

2005-07-26 Thread Guillaume MAISON
> > that's something i haven't found anywhere on the net ? > > Maybe in the documents related to MIME ? Yes. I may be off topic, but as i saw several messages concerning MIME types, here's a good address :) : http://www.ietf.org/rfc/rfc2046.txt that's where (ยง5.1) the multipart media type is def

[twsocket] Fw: Fix for content coding

2005-07-26 Thread Francois PIETTE
From: "Maurizio Lotauro" > > a small update. There is the changes mentioned in the ML plus a fix on my > code > and one in the code of Xavier. I tried with the URL that post Xavier and > it > works. I have uploaded Maurizio file to http://www.overbyte.be/arch/dump/HttpContCod.zip -- [EMAIL PRO

Re: [twsocket] Adding gzip to HttpCli

2005-07-26 Thread Francois PIETTE
> I don't think that use RcvdStream for receiving compressed data is a > good idea because it will be more delicate to cleanup. Moreover it is > possible that more than one encoding are applied to the body and in > this case the situation will be even worse, not to mention the case > of on the fly

Re: [twsocket] Reading Pages.

2005-07-26 Thread Bob Herbst
Francois, Thanks very much for your reply. I appreciate it. Bob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Francois PIETTE Sent: Tuesday, July 26, 2005 12:35 PM To: ICS support mailing Subject: Re: [twsocket] Reading Pages. > Is there, in the ICS co

Re: [twsocket] Reading Pages.

2005-07-26 Thread Francois PIETTE
> Is there, in the ICS components download, a demo program to use, that > will make readable all the pages of a web site? > > Something that uses Winsock API? I am not sure about using those last > words > " Winsock API" The demo HttpTst will read one page at a time. Once you've got one page,

Re: [twsocket] [HELP] HttpCli and Upload files... FORGET MY MAIL ; )

2005-07-26 Thread Francois PIETTE
> that's something i haven't found anywhere on the net ? Maybe in the documents related to MIME ? -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Guillaume MAISON" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, July 26, 2005 4:39 PM Subject: Re: [

[twsocket] Reading Pages.

2005-07-26 Thread Bob Herbst
Hi All, Is there, in the ICS components download, a demo program to use, that will make readable all the pages of a web site? Something that uses Winsock API? I am not sure about using those last words " Winsock API" Thanks Bob -- To unsubscribe or change your settings for TWSocket maili

Re: [twsocket] [HELP] HttpCli and Upload files...

2005-07-26 Thread Francois Piette
> with the sample code above, the apache/php server doesn't see any > POST data with firefox it does... > although i don't see any difference... > anyone any idea ? Cookie expected by the Apache server ? -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Guillaume M

Re: [twsocket] [HELP] HttpCli and Upload files... FORGET MY MAIL ; )

2005-07-26 Thread Guillaume MAISON
> Hi everyone, > > I want to send some files using ThttpCli and the Post Method. > i've searched through the ML for code samples, etc... > > Based upon what i've found, here's the code i've written (based upon ICS's > httpPost example) : > Right right right... as usual, i need to pollute the

[twsocket] [HELP] HttpCli and Upload files...

2005-07-26 Thread Guillaume MAISON
Hi everyone, I want to send some files using ThttpCli and the Post Method. i've searched through the ML for code samples, etc... Based upon what i've found, here's the code i've written (based upon ICS's httpPost example) : procedure THttpPostForm.PostButtonClick(Sender: TObject); var Data

Re: [twsocket] TPop3Cli is halted while receiving a message over 4 Mb

2005-07-26 Thread Francois Piette
> (taking into account that > they disclose themselves in such a negligible, infrequent manner)? Do you mean that it doesn't always occur with the same 4MB message ? -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Stanislav Korotky" <[EMAIL PROTECTED]> To: "ICS s

[twsocket] TPop3Cli is halted while receiving a message over 4 Mb

2005-07-26 Thread Stanislav Korotky
Hello All! I use TPop3Cli in my application. I thought it worked well so far, but I've just stumbled on a strange thing. The application tries to fetch new message with a size over 4 Mb. According to a progress indicator I have in the application the message is downloaded till 97% but the rest of

Re: [twsocket] HttpCli StatusCode = 0 causes problems

2005-07-26 Thread Merijn Terheggen
Yes, I'm using the original client. Also the latest version. Don't you get the same results when you add a LocationChange event handler and set breakpoints in both the LocationChange and the RequestDone event handlers? Thanks, --Merijn On 26 Jul 2005 1:44:16 +0100, Maurizio Lotauro <[EMAIL PRO