From: Jeff Trawick Date: Mon, 2 Mar 2009 21:49:51 +0000 (+0000) Subject: axe a fearful comment that was addressed before committing r749438 X-Git-Tag: 2.3.2~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1c3195bacfa4cde71ad43f82cbf2ddfc5669439;p=apache axe a fearful comment that was addressed before committing r749438 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749445 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/ab.c b/support/ab.c index 0f1aef5a9d..9b1ce304bf 100644 --- a/support/ab.c +++ b/support/ab.c @@ -1254,7 +1254,7 @@ static void start_connect(struct connection * c) } /* connected first time */ - set_conn_state(c, STATE_CONNECTED); /* will this waste a pollset call? */ + set_conn_state(c, STATE_CONNECTED); started++; #ifdef USE_SSL if (c->ssl) {