|
@@ -2666,7 +2666,7 @@ START_TEST(test_handle_form)
|
|
chunk_len = (chunk_len % 40) + 1;
|
|
chunk_len = (chunk_len % 40) + 1;
|
|
}
|
|
}
|
|
mg_printf(client_conn, "0\r\n");
|
|
mg_printf(client_conn, "0\r\n");
|
|
-#endif
|
|
|
|
|
|
+
|
|
for (sleep_cnt = 0; sleep_cnt < 30; sleep_cnt++) {
|
|
for (sleep_cnt = 0; sleep_cnt < 30; sleep_cnt++) {
|
|
test_sleep(1);
|
|
test_sleep(1);
|
|
if (g_field_step == 1000) {
|
|
if (g_field_step == 1000) {
|
|
@@ -2678,7 +2678,7 @@ START_TEST(test_handle_form)
|
|
ck_assert(ri != NULL);
|
|
ck_assert(ri != NULL);
|
|
ck_assert_str_eq(ri->local_uri, "200");
|
|
ck_assert_str_eq(ri->local_uri, "200");
|
|
mg_close_connection(client_conn);
|
|
mg_close_connection(client_conn);
|
|
-
|
|
|
|
|
|
+#endif
|
|
|
|
|
|
/* Now test form_store */
|
|
/* Now test form_store */
|
|
|
|
|