CLEANUP: httpclient: remove the comment about resolving

remove the comment of httpclient_start which states there is no
resolver.
diff --git a/src/http_client.c b/src/http_client.c
index ff02984..2d93791 100644
--- a/src/http_client.c
+++ b/src/http_client.c
@@ -499,9 +499,6 @@
  * 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)