浏览代码

* Additional todos

git-svn-id: trunk@17090 -
michael 14 年之前
父节点
当前提交
5aea0bc565
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      packages/fcl-web/src/base/custfcgi.pp

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

@@ -543,6 +543,7 @@ begin
       begin
       FreeMem(resRecord);
       Exit // Connection closed gracefully.
+      // TODO : properly handle connection close
       end;
     ReadBuf:=ReadBuf+BytesRead;
     BytesRead:=ReadBytes(ReadBuf,PaddingLength);
@@ -550,6 +551,7 @@ begin
       begin
       FreeMem(resRecord);
       Exit // Connection closed gracefully.
+      // TODO : properly handle connection close
       end;
     Result := ResRecord;
   except