From user-return-2899-archive-asf-public=cust-asf.ponee.io@jclouds.apache.org Mon May 18 20:03:01 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 92E7F18062B for ; Mon, 18 May 2020 22:03:01 +0200 (CEST) Received: (qmail 95017 invoked by uid 500); 18 May 2020 20:03:00 -0000 Mailing-List: contact user-help@jclouds.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@jclouds.apache.org Delivered-To: mailing list user@jclouds.apache.org Received: (qmail 95005 invoked by uid 99); 18 May 2020 20:03:00 -0000 Received: from ui-eu-02.ponee.io (HELO localhost) (116.202.110.96) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2020 20:03:00 +0000 X-Mailer: LuaSocket 3.0-rc1 Date: Mon, 18 May 2020 20:02:59 -0000 References: Subject: Re: Range download From: John Calcote Content-Type: text/plain; charset=utf-8 MIME-Version: 1.0 x-ponymail-agent: PonyMail Composer/0.2 x-ponymail-sender: 21219614ed8989b1a896340bd9adb1f87f95c146 In-Reply-To: To: Message-ID: On 2020/05/18 20:00:16, John Calcote wrote: > while (length < size) { Oops! Should have been: while (length >= size) {