summaryrefslogtreecommitdiff
path: root/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'http.c')
-rw-r--r--http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.c b/http.c
index ae46001..58d188c 100644
--- a/http.c
+++ b/http.c
@@ -33,7 +33,7 @@ xs_dict *http_signed_request_raw(const char *keyid, const char *seckey,
33 date = xs_str_utctime(0, "%a, %d %b %Y %H:%M:%S GMT"); 33 date = xs_str_utctime(0, "%a, %d %b %Y %H:%M:%S GMT");
34 34
35 { 35 {
36 xs *s = xs_replace(url, "https:/" "/", ""); 36 xs *s = xs_replace_n(url, "https:/" "/", "", 1);
37 l1 = xs_split_n(s, "/", 1); 37 l1 = xs_split_n(s, "/", 1);
38 } 38 }
39 39