mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 12:10:26 +02:00
* FreeNotification was not always set for session, sometimes leading to errors if fastcgi is terminated
git-svn-id: trunk@17066 -
This commit is contained in:
parent
fb6095ebfe
commit
70e9e5b478
@ -332,6 +332,7 @@ begin
|
||||
begin
|
||||
{$ifdef cgidebug}SendDebug('Getting default session');{$endif}
|
||||
FSession:=GetDefaultSession;
|
||||
FSession.FreeNotification(Self);
|
||||
end;
|
||||
Result:=FSession
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user