Loading lib/http_proxy.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -202,11 +202,11 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn, else { else { DEBUGF(infof(data, DEBUGF(infof(data, "Multi mode finished polling for response from " "Multi mode finished polling for response from " "proxy CONNECT.")); "proxy CONNECT\n")); } } } } else { else { DEBUGF(infof(data, "Easy mode waiting response from proxy CONNECT.")); DEBUGF(infof(data, "Easy mode waiting response from proxy CONNECT\n")); } } /* at this point, either: /* at this point, either: Loading Loading
lib/http_proxy.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -202,11 +202,11 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn, else { else { DEBUGF(infof(data, DEBUGF(infof(data, "Multi mode finished polling for response from " "Multi mode finished polling for response from " "proxy CONNECT.")); "proxy CONNECT\n")); } } } } else { else { DEBUGF(infof(data, "Easy mode waiting response from proxy CONNECT.")); DEBUGF(infof(data, "Easy mode waiting response from proxy CONNECT\n")); } } /* at this point, either: /* at this point, either: Loading