summaryrefslogtreecommitdiff
path: root/tests/winhttp/test1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/winhttp/test1.cpp')
-rwxr-xr-xtests/winhttp/test1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/winhttp/test1.cpp b/tests/winhttp/test1.cpp
index e565cac..39cbbe4 100755
--- a/tests/winhttp/test1.cpp
+++ b/tests/winhttp/test1.cpp
@@ -9,7 +9,7 @@ using namespace std;
int main( void )
{
- HINTERNET session = WinHttpOpen( L"WinHTTP CrawlingWolf/0.0.1",
+ HINTERNET session = WinHttpOpen( L"WinHTTP crawler/0.0.1",
WINHTTP_ACCESS_TYPE_DEFAULT_PROXY,
WINHTTP_NO_PROXY_NAME,
WINHTTP_NO_PROXY_BYPASS, 0 );