summaryrefslogtreecommitdiff
path: root/tests/winhttp
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-17 14:18:46 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-17 14:18:46 +0200
commit9de77404b9fea20dc6a43b6514fa6d3f534c5070 (patch)
tree734f30a9c2d184f2f745fa51ec29457758b9fa6b /tests/winhttp
parent8cbb2941b31878f7b0cccc3763f8df0d41554212 (diff)
downloadcrawler-9de77404b9fea20dc6a43b6514fa6d3f534c5070.tar.gz
crawler-9de77404b9fea20dc6a43b6514fa6d3f534c5070.tar.bz2
some project renames
Diffstat (limited to 'tests/winhttp')
-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 );