diff options
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 | } |