Loading lib/connect.c +6 −5 Original line number Diff line number Diff line Loading @@ -1359,11 +1359,12 @@ void Curl_conncontrol(struct connectdata *conn, bool closeit, #if defined(CURL_DISABLE_VERBOSE_STRINGS) (void) reason; #endif if(closeit != conn->bits.close) { infof(conn->data, "Marked for [%s]: %s\n", closeit?"closure":"keep alive", reason); conn->bits.close = closeit; /* the only place in the source code that should assign this bit */ conn->bits.close = closeit; /* the only place in the source code that should assign this bit */ } } #endif Loading
lib/connect.c +6 −5 Original line number Diff line number Diff line Loading @@ -1359,11 +1359,12 @@ void Curl_conncontrol(struct connectdata *conn, bool closeit, #if defined(CURL_DISABLE_VERBOSE_STRINGS) (void) reason; #endif if(closeit != conn->bits.close) { infof(conn->data, "Marked for [%s]: %s\n", closeit?"closure":"keep alive", reason); conn->bits.close = closeit; /* the only place in the source code that should assign this bit */ conn->bits.close = closeit; /* the only place in the source code that should assign this bit */ } } #endif