mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Merge pull request #14468 from unknownbrackets/reporting-cancel
Reporting: Cancel requests on shutdown
This commit is contained in:
commit
5fa1af6eff
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ namespace Reporting
|
|||
bool SendReportRequest(const char *uri, const std::string &data, const std::string &mimeType, Buffer *output = NULL)
|
||||
{
|
||||
http::Client http;
|
||||
http::RequestProgress progress;
|
||||
http::RequestProgress progress(&pendingMessagesDone);
|
||||
Buffer theVoid = Buffer::Void();
|
||||
|
||||
http.SetUserAgent(StringFromFormat("PPSSPP/%s", PPSSPP_GIT_VERSION));
|
||||
|
|
Loading…
Add table
Reference in a new issue