mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:49:09 +02:00
* TCustomHTTPModule was not always created when needed.
git-svn-id: trunk@7434 -
This commit is contained in:
parent
7c66dc722f
commit
4ed68cc386
@ -121,6 +121,7 @@ Var
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
MC:=Nil;
|
MC:=Nil;
|
||||||
|
M:=Nil;
|
||||||
If (OnGetModule<>Nil) then
|
If (OnGetModule<>Nil) then
|
||||||
OnGetModule(Self,ARequest,MC);
|
OnGetModule(Self,ARequest,MC);
|
||||||
If (MC=Nil) then
|
If (MC=Nil) then
|
||||||
|
Loading…
Reference in New Issue
Block a user