Re: Keep alive connection in Delphi 5 (General questions)

by Michal, (6303 days ago) @ wodDamir

Now I have:

wod1.Blocking := True;
wod1.URL := 'http://www.weonlydo.com';
wod1.KeepAlive := 1; // only for sure
wod1.HTTPVersion:='HTTP/1.1';
wod1.Connect1; // here the event Connection was fired - it's OK
wod1.Get; // here the events Done and Disconnected were fired

The result is the same - the connection is closed.

locked

Complete thread: