mirror of
https://github.com/curl/curl.git
synced 2026-05-15 17:16:21 +03:00
sendf: fix comment typo
This commit is contained in:
parent
f27b8dba73
commit
3c30c165a8
1 changed files with 1 additions and 1 deletions
|
|
@ -598,7 +598,7 @@ static CURLcode cw_download_write(struct Curl_easy *data,
|
|||
|
||||
if(excess_len) {
|
||||
if(data->conn->handler->readwrite) {
|
||||
/* RTSP hack moved from tranfer loop to here */
|
||||
/* RTSP hack moved from transfer loop to here */
|
||||
bool readmore = FALSE; /* indicates data is incomplete, need more */
|
||||
size_t consumed = 0;
|
||||
result = data->conn->handler->readwrite(data, data->conn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue