mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-21 02:09:36 +02:00
* Merging revisions r45722 from trunk:
------------------------------------------------------------------------ r45722 | ondrej | 2020-07-03 15:14:38 +0200 (Fri, 03 Jul 2020) | 1 line fphttpserver: fix endless loop in case of open connections ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@46590 -
This commit is contained in:
parent
d3264f6a43
commit
c15536afdf
@ -905,7 +905,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
Sleep(100);
|
Sleep(100);
|
||||||
if (FConnectionCount=FLastCount) then
|
if (FConnectionCount=FLastCount) then
|
||||||
Dec(ACount)
|
Inc(ACount)
|
||||||
else
|
else
|
||||||
FLastCount:=FConnectionCount;
|
FLastCount:=FConnectionCount;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user