[RAPPS] Bump the rapps user agent version

This commit is contained in:
Mark Jansen 2020-09-30 19:23:55 +02:00
parent d564b4afc3
commit 12489f691b
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B

View file

@ -563,7 +563,7 @@ unsigned int WINAPI CDownloadManager::ThreadFunc(LPVOID param)
HANDLE hOut = INVALID_HANDLE_VALUE; HANDLE hOut = INVALID_HANDLE_VALUE;
unsigned char lpBuffer[4096]; unsigned char lpBuffer[4096];
LPCWSTR lpszAgent = L"RApps/1.0"; LPCWSTR lpszAgent = L"RApps/1.1";
URL_COMPONENTSW urlComponents; URL_COMPONENTSW urlComponents;
size_t urlLength, filenameLength; size_t urlLength, filenameLength;