Selaa lähdekoodia

* Correct property name

Michaël Van Canneyt 4 vuotta sitten
vanhempi
commit
db0d1501e0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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;