mattias 2 лет назад
Родитель
Сommit
977d123b32
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      packages/fcl-web/src/base/httproute.pp

+ 2 - 0
packages/fcl-web/src/base/httproute.pp

@@ -891,6 +891,8 @@ end;
 procedure THTTPRoute.DoHandleRequest(ARequest: TRequest; AResponse: TResponse);
 begin
   // Do nothing
+  if ARequest=nil then ;
+  if AResponse=nil then ;
 end;
 
 destructor THTTPRoute.Destroy;