Commit 2e3e1ba7 authored by Sergey Lyubka's avatar Sergey Lyubka

Uncommented unit test in test_should_keep_alive()

parent 9771d184
......@@ -32,7 +32,7 @@ static void test_should_keep_alive(void) {
assert(should_keep_alive(&conn) == 1);
conn.request_info.status_code = 401;
//assert(should_keep_alive(&conn) == 0);
assert(should_keep_alive(&conn) == 0);
conn.request_info.status_code = 200;
conn.must_close = 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment