summaryrefslogtreecommitdiff
path: root/selftest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'selftest.cpp')
-rw-r--r--selftest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest.cpp b/selftest.cpp
index a3878140..d5a2bc45 100644
--- a/selftest.cpp
+++ b/selftest.cpp
@@ -291,6 +291,8 @@ static int testNet()
std::cout << "[net] GET http://www.google.com/" << std::endl;
new Http::Request(Http::HTTP_METHOD_GET,"http://www.google.com/",Http::EMPTY_HEADERS,std::string(),&testHttpHandler,(void *)0);
testHttpDoneCondition.wait();
+
+ return 0;
}
int main(int argc,char **argv)