Closed GoogleCodeExporter closed 8 years ago
also function TSSLRWSocket.Write(var buf; len, Timeout: Cardinal): Cardinal;
Original comment by kenters...@gmail.com
on 31 Aug 2011 at 2:23
[deleted comment]
procedure THTTPStub.ProcessRequest;
...
FCompress := False;
FErrorCode := 304;
FSendFile := '';
Exit;
...
end else
FErrorCode := 404;
need add FindClose(rec) before FErrorCode 304 and 404,
or better enclose with a try ... finally ... end after FindFirst.
Original comment by kenters...@gmail.com
on 1 Sep 2011 at 10:06
Original comment by hgourv...@gmail.com
on 13 Feb 2014 at 4:16
Original issue reported on code.google.com by
kenters...@gmail.com
on 31 Aug 2011 at 2:21