| 648 | } |
| 649 | |
| 650 | static void th_server_stop(th_server_t *ts) { |
| 651 | cbm_http_server_stop(ts->srv); |
| 652 | (void)cbm_thread_join(&ts->tid); |
| 653 | (void)cbm_http_server_free(ts->srv); |
| 654 | } |
| 655 | |
| 656 | typedef struct { |
| 657 | char tmpdir[256]; |
no test coverage detected