Commit 3fed12a2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

combine the two identical cases

parent ed2b831a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;