Fix: race-conditions in GUI updates when downloading HTTP files (#11639)
This commit is contained in:
@@ -95,7 +95,7 @@ protected:
|
||||
void OnDownloadComplete(ContentID cid) override;
|
||||
|
||||
void OnFailure() override;
|
||||
void OnReceiveData(const char *data, size_t length) override;
|
||||
void OnReceiveData(std::unique_ptr<char[]> data, size_t length) override;
|
||||
bool IsCancelled() const override;
|
||||
|
||||
bool BeforeDownload();
|
||||
|
||||
Reference in New Issue
Block a user