From b2ce9323db88539860e0e71960ffdf22f33005e4 Mon Sep 17 00:00:00 2001 From: default Date: Thu, 2 Mar 2023 17:13:17 +0100 Subject: Added the url to srv_archive(). --- httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpd.c') diff --git a/httpd.c b/httpd.c index d32903e..e15a687 100644 --- a/httpd.c +++ b/httpd.c @@ -228,7 +228,7 @@ void httpd_connection(FILE *f) fclose(f); - srv_archive("RECV", req, payload, p_size, status, headers, body, b_size); + srv_archive("RECV", NULL, req, payload, p_size, status, headers, body, b_size); xs_free(body); } -- cgit v1.2.3