mirror of
https://github.com/curl/curl.git
synced 2026-08-05 23:06:13 +03:00
docs/INTERNALS: remove reference to Curl_sendf()
The function has been removed from common usage. Also removed comment in gopher.c that still referenced it. Reported-by: Rikard Falkeborn Fixes #6242 Closes #6243
This commit is contained in:
parent
77b2f702c4
commit
020aa0131b
2 changed files with 3 additions and 7 deletions
|
|
@ -124,8 +124,6 @@ static CURLcode gopher_do(struct connectdata *conn, bool *done)
|
|||
sel_org = sel;
|
||||
}
|
||||
|
||||
/* We use Curl_write instead of Curl_sendf to make sure the entire buffer is
|
||||
sent, which could be sizeable with long selectors. */
|
||||
k = curlx_uztosz(len);
|
||||
|
||||
for(;;) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue