aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/transfer.c3
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;