mirror of
https://github.com/curl/curl.git
synced 2026-08-03 08:10:29 +03:00
parent
de07d804fb
commit
11708d6f00
5 changed files with 9 additions and 9 deletions
|
|
@ -341,7 +341,7 @@ void Curl_conncontrol(struct connectdata *conn,
|
|||
}
|
||||
|
||||
/**
|
||||
* job walking the matching addr infos, createing a sub-cfilter with the
|
||||
* job walking the matching addr infos, creating a sub-cfilter with the
|
||||
* provided method `cf_create` and running setup/connect on it.
|
||||
*/
|
||||
struct eyeballer {
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ void Curl_conncontrol(struct connectdata *conn,
|
|||
|
||||
/**
|
||||
* Create a cfilter for making an "ip" connection to the
|
||||
* given address, using paramters from `conn`. The "ip" connection
|
||||
* given address, using parameters from `conn`. The "ip" connection
|
||||
* can be a TCP socket, a UDP socket or even a QUIC connection.
|
||||
*
|
||||
* It MUST use only the supplied `ai` for its connection attempt.
|
||||
|
|
|
|||
|
|
@ -286,7 +286,7 @@ static CURLcode AcceptServerConnect(struct Curl_easy *data)
|
|||
conn->bits.do_more = FALSE;
|
||||
|
||||
(void)curlx_nonblock(s, TRUE); /* enable non-blocking */
|
||||
/* Replace any filter on SECONDARY with one listeing on this socket */
|
||||
/* Replace any filter on SECONDARY with one listening on this socket */
|
||||
result = Curl_conn_tcp_accepted_set(data, conn, SECONDARYSOCKET, &s);
|
||||
if(result)
|
||||
return result;
|
||||
|
|
@ -1252,7 +1252,7 @@ static CURLcode ftp_state_use_port(struct Curl_easy *data,
|
|||
/* store which command was sent */
|
||||
ftpc->count1 = fcmd;
|
||||
|
||||
/* Replace any filter on SECONDARY with one listeing on this socket */
|
||||
/* Replace any filter on SECONDARY with one listening on this socket */
|
||||
result = Curl_conn_tcp_listen_set(data, conn, SECONDARYSOCKET, &portsock);
|
||||
if(result)
|
||||
goto out;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue