Browse Source

* Additional todos

git-svn-id: trunk@17090 -
michael 14 năm trước cách đây
mục cha
commit
5aea0bc565
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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