From 0e23526a2c3e793abc7ed27deac90e485c4f9ab1 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Tue, 3 May 2022 16:52:08 +0200 Subject: [PATCH] CLEANUP: httpclient: remove the comment about resolving remove the comment of httpclient_start which states there is no resolver. --- src/http_client.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/http_client.c b/src/http_client.c index ff0298440..2d93791d3 100644 --- a/src/http_client.c +++ b/src/http_client.c @@ -499,9 +499,6 @@ static void httpclient_spliturl(struct ist url, enum http_scheme *scheme, * Start the HTTP client * Create the appctx, session, stream and wakeup the applet * - * FIXME: It also fill the sockaddr with the IP address, but currently only IP - * in the URL are supported, it lacks a resolver. - * * Return the or NULL if it failed */ struct appctx *httpclient_start(struct httpclient *hc) -- 2.47.3