mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-18 20:39:43 +02:00
fcl-web: comment
This commit is contained in:
parent
87857252a4
commit
8ebced609c
@ -91,9 +91,9 @@ type
|
||||
property OnMessageReceived;
|
||||
property OnDisconnect;
|
||||
property OnControlReceived;
|
||||
Property ThreadMode;
|
||||
Property OnError;
|
||||
Property OnConnectionHandshake;
|
||||
Property ThreadMode;
|
||||
// use SSL ?
|
||||
Property UseSSL : Boolean Read FUseSSL Write SetUseSSL;
|
||||
// Properties to use when doing SSL handshake
|
||||
@ -339,7 +339,7 @@ begin
|
||||
TAcceptThread.Create(Self)
|
||||
else
|
||||
begin
|
||||
StartAccepting;
|
||||
StartAccepting; // runs til deactivated
|
||||
StopServer;
|
||||
end;
|
||||
end;
|
||||
@ -392,6 +392,4 @@ begin
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user