Browse Source

* Additional todos

git-svn-id: trunk@17090 -
michael 14 years ago
parent
commit
5aea0bc565
1 changed files with 2 additions and 0 deletions
  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
       begin
       FreeMem(resRecord);
       FreeMem(resRecord);
       Exit // Connection closed gracefully.
       Exit // Connection closed gracefully.
+      // TODO : properly handle connection close
       end;
       end;
     ReadBuf:=ReadBuf+BytesRead;
     ReadBuf:=ReadBuf+BytesRead;
     BytesRead:=ReadBytes(ReadBuf,PaddingLength);
     BytesRead:=ReadBytes(ReadBuf,PaddingLength);
@@ -550,6 +551,7 @@ begin
       begin
       begin
       FreeMem(resRecord);
       FreeMem(resRecord);
       Exit // Connection closed gracefully.
       Exit // Connection closed gracefully.
+      // TODO : properly handle connection close
       end;
       end;
     Result := ResRecord;
     Result := ResRecord;
   except
   except