Loading lib/http_proxy.c +1 −1 Original line number Diff line number Diff line Loading @@ -281,7 +281,7 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn, /* proxy auth was requested and there was proxy auth available, then deem this as "mere" proxy disconnect */ conn->bits.proxy_connect_closed = TRUE; infof(data, "Proxy CONNECT connection closed"); infof(data, "Proxy CONNECT connection closed\n"); } else { error = SELECT_ERROR; Loading Loading
lib/http_proxy.c +1 −1 Original line number Diff line number Diff line Loading @@ -281,7 +281,7 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn, /* proxy auth was requested and there was proxy auth available, then deem this as "mere" proxy disconnect */ conn->bits.proxy_connect_closed = TRUE; infof(data, "Proxy CONNECT connection closed"); infof(data, "Proxy CONNECT connection closed\n"); } else { error = SELECT_ERROR; Loading