mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-15 21:59:41 -04:00
CLEANUP: httpclient: remove the comment about resolving
remove the comment of httpclient_start which states there is no resolver.
This commit is contained in:
parent
1218d19921
commit
0e23526a2c
1 changed files with 0 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue