ソースを参照

* 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