diff --git a/worker.c b/worker.c index ceec0f9..10294c3 100644 --- a/worker.c +++ b/worker.c @@ -208,6 +208,7 @@ worker_process_client(struct http_client *c) { case HTTP_OPTIONS: http_send_options(c); + return; default: slog(w->s, WEBDIS_DEBUG, "405", 3);