Loading lib/url.c +6 −8 Original line number Diff line number Diff line Loading @@ -154,7 +154,6 @@ static void signalPipeClose(struct curl_llist *pipeline, bool pipe_broke); #define verboseconnect(x) do { } while (0) #endif /* * Protocol table. */ Loading Loading @@ -3181,6 +3180,7 @@ static CURLcode ConnectPlease(struct SessionHandle *data, #ifndef CURL_DISABLE_VERBOSE_STRINGS static void verboseconnect(struct connectdata *conn) { if(conn->data->set.verbose) infof(conn->data, "Connected to %s (%s) port %ld (#%ld)\n", conn->bits.proxy ? conn->proxy.dispname : conn->host.dispname, conn->ip_addr_str, conn->port, conn->connectindex); Loading Loading @@ -3275,7 +3275,6 @@ CURLcode Curl_protocol_connect(struct connectdata *conn, Curl_pgrsTime(data, TIMER_CONNECT); /* connect done */ if(data->set.verbose) verboseconnect(conn); } Loading Loading @@ -4998,7 +4997,6 @@ static CURLcode setup_conn(struct connectdata *conn, Curl_pgrsTime(data, TIMER_APPCONNECT); /* we're connected already */ conn->bits.tcpconnect = TRUE; *protocol_done = TRUE; if(data->set.verbose) verboseconnect(conn); } /* Stop the loop now */ Loading Loading
lib/url.c +6 −8 Original line number Diff line number Diff line Loading @@ -154,7 +154,6 @@ static void signalPipeClose(struct curl_llist *pipeline, bool pipe_broke); #define verboseconnect(x) do { } while (0) #endif /* * Protocol table. */ Loading Loading @@ -3181,6 +3180,7 @@ static CURLcode ConnectPlease(struct SessionHandle *data, #ifndef CURL_DISABLE_VERBOSE_STRINGS static void verboseconnect(struct connectdata *conn) { if(conn->data->set.verbose) infof(conn->data, "Connected to %s (%s) port %ld (#%ld)\n", conn->bits.proxy ? conn->proxy.dispname : conn->host.dispname, conn->ip_addr_str, conn->port, conn->connectindex); Loading Loading @@ -3275,7 +3275,6 @@ CURLcode Curl_protocol_connect(struct connectdata *conn, Curl_pgrsTime(data, TIMER_CONNECT); /* connect done */ if(data->set.verbose) verboseconnect(conn); } Loading Loading @@ -4998,7 +4997,6 @@ static CURLcode setup_conn(struct connectdata *conn, Curl_pgrsTime(data, TIMER_APPCONNECT); /* we're connected already */ conn->bits.tcpconnect = TRUE; *protocol_done = TRUE; if(data->set.verbose) verboseconnect(conn); } /* Stop the loop now */ Loading