diff options
Diffstat (limited to 'lib/transfer.c')
-rw-r--r-- | lib/transfer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/transfer.c b/lib/transfer.c index 306cb9641..063cd1049 100644 --- a/lib/transfer.c +++ b/lib/transfer.c @@ -1394,9 +1394,6 @@ Transfer(struct connectdata *conn) done = TRUE; /* no more read or write */ continue; case 0: /* timeout */ - result = Curl_readwrite(conn, &done); - break; - default: /* readable descriptors */ result = Curl_readwrite(conn, &done); break; |