From 9568ec8bfede731d2ecdc5840e3a8a125fc31510 Mon Sep 17 00:00:00 2001 From: Paul Wilde Date: Sun, 28 Jan 2024 21:04:11 +0000 Subject: cleanup --- httpd.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'httpd.c') diff --git a/httpd.c b/httpd.c index 3a39481..a20d692 100644 --- a/httpd.c +++ b/httpd.c @@ -243,14 +243,6 @@ int server_get_handler(xs_dict *req, const char *q_path, *body = xs_str_new("User-agent: *\n" "Disallow: /\n"); } - else - if (strcmp(q_path, "/.well-known/host-meta") == 0) { - status = 200; - *ctype = "application/xrd+xml"; - *body = xs_str_new("" - "" - ""); - } if (status != 0) srv_debug(1, xs_fmt("server_get_handler serving '%s' %d", q_path, status)); -- cgit v1.2.3