Re: Keep alive connection in Delphi 5 (General questions)
Hi Miachal,
You also need to set HTTPVersion property to HTTP/1.1 . This is required since keep-alives are introduced in v1.1 of HTTP Protocol.
After that the connection should remain open after any request is made.
Regards,
Damba