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(). --- http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'http.c') diff --git a/http.c b/http.c index a8b38ad..dba47a4 100644 --- a/http.c +++ b/http.c @@ -96,7 +96,7 @@ xs_dict *http_signed_request_raw(const char *keyid, const char *seckey, response = xs_http_request(method, url, hdrs, body, b_size, status, payload, p_size, timeout); - srv_archive("SEND", hdrs, body, b_size, *status, response, *payload, *p_size); + srv_archive("SEND", url, hdrs, body, b_size, *status, response, *payload, *p_size); return response; } -- cgit v1.2.3