3:137197831306 | 4:998844b5ed25 |
---|---|
37 #include "webserver.h" | 37 #include "webserver.h" |
38 | 38 |
39 #include "httprequest.h" | 39 #include "httprequest.h" |
40 | 40 |
41 void test() { | 41 void test() { |
42 exit(0); | 42 pool_handle_t *pool = pool_create(); |
43 | |
43 } | 44 } |
44 | 45 |
45 int main(int argc, char **argv) { | 46 int main(int argc, char **argv) { |
46 //test(); | 47 //test(); |
47 | 48 |