From 94149d262d0ec40fb72b68965e5b396a6756bb1a Mon Sep 17 00:00:00 2001 From: default Date: Sat, 12 Aug 2023 19:09:09 +0200 Subject: [PATCH] Archive unattended method errors. --- httpd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/httpd.c b/httpd.c index 96cdaac..3fafeb0 100644 --- a/httpd.c +++ b/httpd.c @@ -238,6 +238,7 @@ void httpd_connection(FILE *f) /* unattended? it's an error */ if (status == 0) { + srv_archive_error("unattended_method", "unattended method", req, payload); srv_debug(1, xs_fmt("httpd_connection unattended %s %s", method, q_path)); status = 404; }