]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: httpclient: remove the comment about resolving
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 3 May 2022 14:52:08 +0000 (16:52 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 4 May 2022 09:21:01 +0000 (11:21 +0200)
remove the comment of httpclient_start which states there is no
resolver.

src/http_client.c

index ff0298440f1287f80879d3f4f7752dc2e072febd..2d93791d361d12d889da53fc5d4f3287d9f962ae 100644 (file)
@@ -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 <appctx> or NULL if it failed
  */
 struct appctx *httpclient_start(struct httpclient *hc)