1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-14 21:42:50 +02:00

Fixed backwards compatibility issue in uCEFWorkScheduler

Added more checks and comments in ResponseFilterBrowser in case the server doesn't send a Content-Length header
This commit is contained in:
Salvador Díaz Fau
2018-02-07 14:30:44 +01:00
parent d998a912b0
commit 0b72a3e446
2 changed files with 33 additions and 16 deletions

View File

@@ -161,7 +161,7 @@ begin
{$ENDIF}
FThread.DefaultInterval := FDefaultInterval;
FThread.OnPulse := Thread_OnPulse;
{$IFDEF DELPHI8_UP}
{$IFDEF DELPHI14_UP}
FThread.Start;
{$ELSE}
FThread.Resume;