diff options
Diffstat (limited to 'src/c/http.c')
-rw-r--r-- | src/c/http.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c/http.c b/src/c/http.c index 7a8110dc..80131674 100644 --- a/src/c/http.c +++ b/src/c/http.c @@ -210,6 +210,8 @@ static void *worker(void *data) { done: uw_reset(ctx); } + + return NULL; } static void help(char *cmd) { |