mirror of
https://github.com/curl/curl.git
synced 2026-07-02 09:57:16 +03:00
parent
411d12886e
commit
5fb018494d
1 changed files with 1 additions and 1 deletions
|
|
@ -815,7 +815,7 @@ static bool extract_if_dead(struct connectdata *conn,
|
|||
|
||||
}
|
||||
else {
|
||||
bool input_pending;
|
||||
bool input_pending = FALSE;
|
||||
|
||||
Curl_attach_connection(data, conn);
|
||||
dead = !Curl_conn_is_alive(data, conn, &input_pending);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue