mirror of
https://codeberg.org/grunfink/snac2.git
synced 2024-11-09 19:50:26 +03:00
Deleted left debug information.
This commit is contained in:
parent
2a05ec3b6e
commit
d66b20a880
@ -65,7 +65,6 @@ void webfinger_request(char *qs, int *status, char **actor, char **user)
|
|||||||
else {
|
else {
|
||||||
xs *url = xs_fmt("https:/" "/%s/.well-known/webfinger?resource=%s", host, resource);
|
xs *url = xs_fmt("https:/" "/%s/.well-known/webfinger?resource=%s", host, resource);
|
||||||
|
|
||||||
printf("url: %s\n", url);
|
|
||||||
xs_http_request("GET", url, headers, NULL, 0, status, &payload, &p_size);
|
xs_http_request("GET", url, headers, NULL, 0, status, &payload, &p_size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user