From a1197edf0b3bd4d52c3f39be7fa7b44bb0b98012 Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Tue, 4 Jun 2019 07:29:27 +0200 Subject: [PATCH] Changed the download agent --- src/common/FileStream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/FileStream.cpp b/src/common/FileStream.cpp index 6fff9fe1..845e793a 100644 --- a/src/common/FileStream.cpp +++ b/src/common/FileStream.cpp @@ -630,7 +630,7 @@ static bool BaseHttp_Open(TFileStream * pStream, const TCHAR * szFileName, DWORD // Initiate the connection to the internet if(nError == ERROR_SUCCESS) { - pStream->Base.Http.hInternet = InternetOpen(_T("CascLib HTTP archive reader"), + pStream->Base.Http.hInternet = InternetOpen(_T("agent/2.17.2.6700"), INTERNET_OPEN_TYPE_PRECONFIG, NULL, NULL,