]> granicus.if.org Git - apache/commitdiff
axe a fearful comment that was addressed before committing r749438
authorJeff Trawick <trawick@apache.org>
Mon, 2 Mar 2009 21:49:51 +0000 (21:49 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 2 Mar 2009 21:49:51 +0000 (21:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@749445 13f79535-47bb-0310-9956-ffa450edef68

support/ab.c

index 0f1aef5a9d455df5a6e316f8c2cebccd60d40e7e..9b1ce304bf0a96bd7e129a2fc827da1f73937463 100644 (file)
@@ -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) {