From fd1e281cbae03ced989631abd400062af81c48c2 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 24 Jan 2023 15:06:58 +0100 Subject: Use a shorter timeout for first output connections. --- webfinger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webfinger.c') diff --git a/webfinger.c b/webfinger.c index 0811bca..4d1abe6 100644 --- a/webfinger.c +++ b/webfinger.c @@ -64,7 +64,7 @@ int webfinger_request(char *qs, char **actor, char **user) else { xs *url = xs_fmt("https:/" "/%s/.well-known/webfinger?resource=%s", host, resource); - xs_http_request("GET", url, headers, NULL, 0, &status, &payload, &p_size); + xs_http_request("GET", url, headers, NULL, 0, &status, &payload, &p_size, 0); } if (valid_status(status)) { -- cgit v1.2.3