Skip to content

Commit

Permalink
Changed the download agent
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladislav Zezula authored and Ladislav Zezula committed Jun 4, 2019
1 parent 3ba98b8 commit a1197ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/FileStream.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a1197ed

Please sign in to comment.