summaryrefslogtreecommitdiff
path: root/webfinger.c
diff options
context:
space:
mode:
authorGravatar default2022-09-22 11:40:50 +0200
committerGravatar default2022-09-22 11:40:50 +0200
commitd66b20a8808a1b51931b8193ce54c5f6c054b338 (patch)
tree48e6f53f4970141900576e22a76d11d0e474a6fc /webfinger.c
parentMinor webfinger tweak. (diff)
downloadpenes-snac2-d66b20a8808a1b51931b8193ce54c5f6c054b338.tar.gz
penes-snac2-d66b20a8808a1b51931b8193ce54c5f6c054b338.tar.xz
penes-snac2-d66b20a8808a1b51931b8193ce54c5f6c054b338.zip
Deleted left debug information.
Diffstat (limited to 'webfinger.c')
-rw-r--r--webfinger.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/webfinger.c b/webfinger.c
index 4d449b4..2364b70 100644
--- a/webfinger.c
+++ b/webfinger.c
@@ -65,7 +65,6 @@ void webfinger_request(char *qs, int *status, char **actor, char **user)
65 else { 65 else {
66 xs *url = xs_fmt("https:/" "/%s/.well-known/webfinger?resource=%s", host, resource); 66 xs *url = xs_fmt("https:/" "/%s/.well-known/webfinger?resource=%s", host, resource);
67 67
68 printf("url: %s\n", url);
69 xs_http_request("GET", url, headers, NULL, 0, status, &payload, &p_size); 68 xs_http_request("GET", url, headers, NULL, 0, status, &payload, &p_size);
70 } 69 }
71 70