aboutsummaryrefslogtreecommitdiffstats
path: root/unittest.cpp
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-07-29 20:20:50 +0900
committeripknHama <ipknhama@gmail.com>2014-07-29 20:20:50 +0900
commitb7781b20ff8675ca0c860b017f3c3e7817b6eb37 (patch)
tree34685a9625b07406260417c9aee34ed127e80ccb /unittest.cpp
parent404b0b966ee85ffab87383610d48310e3ef6c537 (diff)
downloadcrow-b7781b20ff8675ca0c860b017f3c3e7817b6eb37.tar.gz
crow-b7781b20ff8675ca0c860b017f3c3e7817b6eb37.zip
Add HTTP/1.1 persistent connection timeout
manage Connection object life cycle using shared_ptr
Diffstat (limited to 'unittest.cpp')
-rw-r--r--unittest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/unittest.cpp b/unittest.cpp
index 000e2f5..718d3d2 100644
--- a/unittest.cpp
+++ b/unittest.cpp
@@ -1,4 +1,5 @@
//#define CROW_ENABLE_LOGGING
+#define CROW_ENABLE_DEBUG
#include <iostream>
#include <vector>
#include "routing.h"
@@ -397,6 +398,7 @@ int testmain()
if (failed__)
{
cerr << "F";
+ cerr << '\t' << typeid(*t).name() << endl;
failed = true;
}
else