aboutsummaryrefslogtreecommitdiffstats
path: root/unittest.cpp
diff options
context:
space:
mode:
authoripknHama <ipknhama@gmail.com>2014-05-02 21:54:25 +0900
committeripknHama <ipknhama@gmail.com>2014-07-09 14:08:40 +0900
commitc19eed028535b847489ca03a43fc4dc42e7451cf (patch)
tree620867e8b8edbeefea0ac6a56ed7b4ab6635c884 /unittest.cpp
parent23f9b528586610c43be8bccbe50e978afd47dfec (diff)
downloadcrow-c19eed028535b847489ca03a43fc4dc42e7451cf.tar.gz
crow-c19eed028535b847489ca03a43fc4dc42e7451cf.zip
add support for "Expect: 100-continue"
Diffstat (limited to 'unittest.cpp')
-rw-r--r--unittest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest.cpp b/unittest.cpp
index 40903c5..000e2f5 100644
--- a/unittest.cpp
+++ b/unittest.cpp
@@ -241,7 +241,7 @@ TEST(server_handling_error_request)
}
catch(std::exception& e)
{
- std::cerr << e.what() << std::endl;
+ //std::cerr << e.what() << std::endl;
}
}
server.stop();