Skip to content

Commit a1197ed

Browse files
Ladislav ZezulaLadislav Zezula
authored andcommitted
Changed the download agent
1 parent 3ba98b8 commit a1197ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/FileStream.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ static bool BaseHttp_Open(TFileStream * pStream, const TCHAR * szFileName, DWORD
630630
// Initiate the connection to the internet
631631
if(nError == ERROR_SUCCESS)
632632
{
633-
pStream->Base.Http.hInternet = InternetOpen(_T("CascLib HTTP archive reader"),
633+
pStream->Base.Http.hInternet = InternetOpen(_T("agent/2.17.2.6700"),
634634
INTERNET_OPEN_TYPE_PRECONFIG,
635635
NULL,
636636
NULL,

0 commit comments

Comments
 (0)