1
0
mirror of https://github.com/lammertb/libhttp.git synced 2025-12-22 04:02:04 +03:00

More unit tests

This commit is contained in:
bel
2015-07-29 22:32:51 +02:00
parent 8722b8153a
commit 03d5785b3c

View File

@@ -552,7 +552,7 @@ START_TEST(test_request_handlers)
ebuf, ebuf,
sizeof(ebuf), sizeof(ebuf),
"%s", "%s",
"GET /U7 HTTP/1.0\r\n\r\n"); "GET /file/not/found HTTP/1.0\r\n\r\n");
ck_assert(conn != NULL); ck_assert(conn != NULL);
ri = mg_get_request_info(conn); ri = mg_get_request_info(conn);