mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:53:33 +03:00
multi: turn Curl_done into file local multi_done
... as it now is used by multi.c only.
This commit is contained in:
parent
93935c08c1
commit
575e885db0
9 changed files with 201 additions and 224 deletions
|
|
@ -1434,8 +1434,8 @@ static int https_getsock(struct connectdata *conn,
|
|||
#endif /* USE_OPENSSL || USE_GNUTLS || USE_SCHANNEL */
|
||||
|
||||
/*
|
||||
* Curl_http_done() gets called from Curl_done() after a single HTTP request
|
||||
* has been performed.
|
||||
* Curl_http_done() gets called after a single HTTP request has been
|
||||
* performed.
|
||||
*/
|
||||
|
||||
CURLcode Curl_http_done(struct connectdata *conn,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue