diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/connect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/connect.c b/lib/connect.c index 5e94b8673..c0f2012a8 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -574,6 +574,7 @@ CURLcode Curl_is_connected(struct connectdata *conn, int error; if(verifyconnect(sockfd, &error)) { /* we are connected, awesome! */ + conn->bits.tcpconnect = TRUE; *connected = TRUE; return CURLE_OK; } |