浏览代码

fcl-web: less hints

mattias 2 年之前
父节点
当前提交
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;