Browse Source

* Correct property name

Michaël Van Canneyt 4 years ago
parent
commit
db0d1501e0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-web/examples/httpserver/simplehttpserver.pas

+ 1 - 1
packages/fcl-web/examples/httpserver/simplehttpserver.pas

@@ -59,7 +59,7 @@ begin
     Serv.AcceptIdleTimeout:=1000;
     Serv.OnAcceptIdle:[email protected];
     Serv.WriteInfo:[email protected];
-    Serv.EnableKeepAlive:=True;
+    Serv.KeepAliveEnabled:=True;
     Serv.Active:=True;
   finally
     Serv.Free;