From 524d89a40565709964b7ee5e8324a400dc53656b Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Wed, 10 Jul 2013 08:42:09 +0300 Subject: [PATCH] lib-http: Minor comment update. --- src/lib-http/http-client-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib-http/http-client-private.h b/src/lib-http/http-client-private.h index 35cc724f6f..810f3a23f4 100644 --- a/src/lib-http/http-client-private.h +++ b/src/lib-http/http-client-private.h @@ -79,7 +79,7 @@ struct http_client_host_port { /* current index in host->ips */ unsigned int ips_connect_idx; /* the first IP that started the current round of connection attempts. - initially 0, and later set to the (ip_idx+1) of the last successful + initially 0, and later set to the ip index of the last successful connected IP */ unsigned int ips_connect_start_idx; /* number of connections trying to connect for this host+port */ -- 2.47.3