From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6ONl-0004SD-9o for qemu-devel@nongnu.org; Tue, 08 Dec 2015 14:57:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6ONZ-0004Hz-32 for qemu-devel@nongnu.org; Tue, 08 Dec 2015 14:57:05 -0500 References: <110120539.4133.de5ac8a5-69d1-4f59-9540-4a679771a547.open-xchange@ox.pcextreme.nl> From: Michael Tokarev Message-ID: <566735F5.9060209@msgid.tls.msk.ru> Date: Tue, 8 Dec 2015 22:56:37 +0300 MIME-Version: 1.0 In-Reply-To: <110120539.4133.de5ac8a5-69d1-4f59-9540-4a679771a547.open-xchange@ox.pcextreme.nl> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] qemu-img / curl: When fetching Content-Size use GET instead of HEAD. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Boris Schrijver , qemu-devel@nongnu.org, jcody@redhat.com, kwolf@redhat.com, qemu-block@nongnu.org Cc: Wido Hollander 08.12.2015 00:23, Boris Schrijver wrote: [] > It's is therefore better to use only the GET request method, and discard the > body at the first call. Nooooooo! Please NOOOO! Fetching a large file once might be too long already. Fetching it twice is twice as long. Oh well!.. Thanks, /mjt