Loading lib/multi.c +0 −3 Original line number Diff line number Diff line Loading @@ -1509,9 +1509,6 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi, break; } DEBUGF(infof(data, "multi_runsingle:%d call Curl_readwrite\n", __LINE__)); /* read/write data if it is ready to do so */ result = Curl_readwrite(data->easy_conn, data, &done); Loading lib/transfer.c +0 −3 Original line number Diff line number Diff line Loading @@ -1053,9 +1053,6 @@ CURLcode Curl_readwrite(struct connectdata *conn, return CURLE_SEND_ERROR; } DEBUGF(infof(data, "Curl_readwrite: keepon: %x select_res %x\n", k->keepon, select_res)); /* We go ahead and do a read if we have a readable socket or if the stream was rewound (in which case we have data in a buffer) */ Loading Loading
lib/multi.c +0 −3 Original line number Diff line number Diff line Loading @@ -1509,9 +1509,6 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi, break; } DEBUGF(infof(data, "multi_runsingle:%d call Curl_readwrite\n", __LINE__)); /* read/write data if it is ready to do so */ result = Curl_readwrite(data->easy_conn, data, &done); Loading
lib/transfer.c +0 −3 Original line number Diff line number Diff line Loading @@ -1053,9 +1053,6 @@ CURLcode Curl_readwrite(struct connectdata *conn, return CURLE_SEND_ERROR; } DEBUGF(infof(data, "Curl_readwrite: keepon: %x select_res %x\n", k->keepon, select_res)); /* We go ahead and do a read if we have a readable socket or if the stream was rewound (in which case we have data in a buffer) */ Loading