1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-06-12 22:07:39 +02:00
This commit is contained in:
Salvador Diaz Fau
2017-07-02 13:17:47 +02:00
parent 20c8f8db40
commit 37b6ef8a04
44 changed files with 644 additions and 598 deletions

View File

@ -130,7 +130,6 @@ function TCustomResourceHandler.ReadResponse(const dataOut : Pointer;
begin
if (FStream <> nil) and (DataOut <> nil) then
begin
FStream.Seek(0, soFromBeginning);
BytesRead := FStream.Read(DataOut^, BytesToRead);
Result := True;
end