diff options
| author | 2023-03-02 17:13:17 +0100 | |
|---|---|---|
| committer | 2023-03-02 17:13:17 +0100 | |
| commit | b2ce9323db88539860e0e71960ffdf22f33005e4 (patch) | |
| tree | 07bc53406d00f0a00fcc5f861b970db444ad08b0 /http.c | |
| parent | Log the user-agent when serving the actor. (diff) | |
| download | snac2-b2ce9323db88539860e0e71960ffdf22f33005e4.tar.gz snac2-b2ce9323db88539860e0e71960ffdf22f33005e4.tar.xz snac2-b2ce9323db88539860e0e71960ffdf22f33005e4.zip | |
Added the url to srv_archive().
Diffstat (limited to 'http.c')
| -rw-r--r-- | http.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -96,7 +96,7 @@ xs_dict *http_signed_request_raw(const char *keyid, const char *seckey, | |||
| 96 | response = xs_http_request(method, url, hdrs, | 96 | response = xs_http_request(method, url, hdrs, |
| 97 | body, b_size, status, payload, p_size, timeout); | 97 | body, b_size, status, payload, p_size, timeout); |
| 98 | 98 | ||
| 99 | srv_archive("SEND", hdrs, body, b_size, *status, response, *payload, *p_size); | 99 | srv_archive("SEND", url, hdrs, body, b_size, *status, response, *payload, *p_size); |
| 100 | 100 | ||
| 101 | return response; | 101 | return response; |
| 102 | } | 102 | } |