Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-23 Thread Bruno Sonnino
able. > > Now available. It contains the fix I mentionned earlier. > > -- > [EMAIL PROTECTED] > http://www.overbyte.be > > > - Original Message - > From: "Bruno Sonnino" <[EMAIL PROTECTED]> > To: > Sent: Monday, May 23, 2005 1:55 PM > Subj

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-23 Thread Bruno Sonnino
> [EMAIL PROTECTED] > http://www.overbyte.be > > > - Original Message - > From: "Bruno Sonnino" <[EMAIL PROTECTED]> > To: > Sent: Monday, May 23, 2005 1:55 PM > Subject: Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-23 Thread Francois PIETTE
:55 PM Subject: Re: Re[2]: [twsocket] Connection not closed in WebServer with IE > Ok, I will wait and download it again when it's available. > > Thanks > > Bruno > > On 23/5/2005 06:19:51, Francois Piette ([EMAIL PROTECTED]) wrote: > > > Can you point me to

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-23 Thread Bruno Sonnino
Ok, I will wait and download it again when it's available. Thanks Bruno On 23/5/2005 06:19:51, Francois Piette ([EMAIL PROTECTED]) wrote: > > Can you point me to the right direction? I went to your site today, went > to > > ICS, and redownloaded latest version. HTTPServ is dated 3/13/2005, and >

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-23 Thread Francois Piette
> Can you point me to the right direction? I went to your site today, went to > ICS, and redownloaded latest version. HTTPServ is dated 3/13/2005, and it > doesn't have FKeepAlive. The problem is probably the hosting server which crashed yesterday. They probably restored an old backup :-( I have

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-23 Thread Francois Piette
> Friday, I went to your site and selected "Latest ICS version". > Isn't that the latest? Yes, it is. But you have not FKeepAlive variable, so you don't use the latest version (or there is a problem on my website, or there is a caching proxy somewhere). FKeepAlive exists since Apr 16 as the hist

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-23 Thread Bruno Sonnino
pile, FKeepAlive isn't defined. > > You defenitely lack the latest release. > -- > [EMAIL PROTECTED] > http://www.overbyte.be > > > - Original Message - > From: "Bruno Sonnino" <[EMAIL PROTECTED]> > To: > Sent: Sunday, May 22, 2

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-23 Thread Bruno Sonnino
Author of MidWare (Multi-tier framework, freeware) > http://www.overbyte.be > > > > - Original Message - > From: "Bruno Sonnino" <[EMAIL PROTECTED]> > To: > Sent: Sunday, May 22, 2005 10:39 PM > Subject: Re: Re[2]: [twsocket] Connection not c

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-23 Thread Fastream Technologies
y 23, 2005 9:55 AM Subject: Re: Re[2]: [twsocket] Connection not closed in WebServer with IE This doesn't compile, FKeepAlive isn't defined. You defenitely lack the latest release. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Bruno Sonnino&quo

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-23 Thread Francois Piette
hor of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: "Bruno Sonnino" <[EMAIL PROTECTED]> To: Sent: Sunday, May 22, 2005 10:39 PM Subject: Re: Re[2]: [twsocket] Connection not

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-23 Thread Francois Piette
> This doesn't compile, FKeepAlive isn't defined. You defenitely lack the latest release. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Bruno Sonnino" <[EMAIL PROTECTED]> To: Sent: Sunday, May 22, 2005 10:30 PM Subject: Re: Re[

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-22 Thread Bruno Sonnino
Taking a look at SendDocument, I saw this: { *DAVID* Revised this if/then/else } if FVersion = 'HTTP/1.0' then begin if CompareText(FRequestConnection, 'keep-alive') <> 0 then Header := Header + 'Connection: Close' + #13#10 else Header := Header + 'C

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-22 Thread Bruno Sonnino
> In THttpConnection.AnswerStream, add the following block just after the > lines with Content-Length: > > if FKeepAlive then > PutStringInSendBuffer('Connection: Keep-Alive' + #13#10) > else > PutStringInSendBuffer('Connection: Close' + #13#10); > > Tell me if it works without adding the header

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-22 Thread Bruno Sonnino
se Microsoft > AntiSpy to detect those beast that are not detected by anti-virus. > > -- > [EMAIL PROTECTED] > http://www.overbyte.be > > > - Original Message - > From: "Bruno Sonnino" <[EMAIL PROTECTED]> > To: > Sent: Sunday, May 22, 20

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-22 Thread Francois PIETTE
> Finally, I could find what was causing the problem here - I still don't know > why, but at least I could fix it. > > I analyzed the header files sent by a virtual page and an identical real > page. The difference was the virtual page was not sending three lines: > > Accept-Ranges: bytes > Last-Mo

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-22 Thread Bruno Sonnino
Finally, I could find what was causing the problem here - I still don't know why, but at least I could fix it. I analyzed the header files sent by a virtual page and an identical real page. The difference was the virtual page was not sending three lines: Accept-Ranges: bytes Last-Modified: Sun,

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-22 Thread Francois PIETTE
TECTED] http://www.overbyte.be - Original Message - From: "Bruno Sonnino" <[EMAIL PROTECTED]> To: Sent: Sunday, May 22, 2005 7:38 PM Subject: Re: Re[2]: [twsocket] Connection not closed in WebServer with IE > I begin to think that this is the problem - I was thinking tw

Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-22 Thread Wilfried Mestdagh
Hello Bruno, >> Can I remotely access your computer to try webserv ? > I'm afraid this will be impossible, I'm behind my ISP's firewall and I > cannot change it. Some ISP block port, but not all port, probably all above 1024 is open, so you can listen on an alternative port (not 80) to do the te

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-22 Thread Bruno Sonnino
I begin to think that this is the problem - I was thinking two options: something with the Brazilian Portuguese version of IE, or something with a program that intercepts communications, like an antivirus. The only questions that remain are: why does this happen only with virtual pages and not wit

Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-22 Thread Wilfried Mestdagh
Hello Bruno, I just downloaded the demo from Francois, and tryed the server on 3 different machines (NT, W2K, XP), and every time connected with the 3 machines with IE (different versions) to the server/bruno.html. Works every time here. Also I have a several project with the HttpSrv without pro

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-21 Thread Francois PIETTE
> No, I don't have any exceptions - the program runs in the debugger with no > errors. The strangest thing is that in Firefox, the connection closes fine > all times, but in IE, it doesn't - that happens only for virtual docs. When > you request a page, the connection closes ok on both browsers. A

Re: Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-21 Thread Bruno Sonnino
No, I don't have any exceptions - the program runs in the debugger with no errors. The strangest thing is that in Firefox, the connection closes fine all times, but in IE, it doesn't - that happens only for virtual docs. When you request a page, the connection closes ok on both browsers. Bruno On

Re[2]: [twsocket] Connection not closed in WebServer with IE

2005-05-21 Thread Wilfried Mestdagh
Hello Bruno, > If I don't add the line, the code runs fine (it shows the entire page, there > is no problem in this), but the connection remains open - the progress bar > in IE 6 remains there and you see a connection open in the server. If you Possible you have siltent exception error somewhere.