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:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user