|
@@ -49,16 +49,6 @@ static void on_request_json(http_s *h);
|
|
|
/* handles plain text requests (Hello World) */
|
|
|
static void on_request_plain_text(http_s *h);
|
|
|
|
|
|
-/* *****************************************************************************
|
|
|
-This is the same as setting `FIO_DEDICATED_SYSTEM` compiling the facil.io master
|
|
|
-***************************************************************************** */
|
|
|
-#include "evio.h"
|
|
|
-void defer_thread_wait(pool_pt pool, void *p_thr) {
|
|
|
- (void)pool;
|
|
|
- (void)p_thr;
|
|
|
- evio_wait(500);
|
|
|
-}
|
|
|
-
|
|
|
/* *****************************************************************************
|
|
|
The main function
|
|
|
***************************************************************************** */
|