[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH] qemu-img / curl: When fetching Content-Size use
From: |
Boris Schrijver |
Subject: |
Re: [Qemu-block] [PATCH] qemu-img / curl: When fetching Content-Size use GET instead of HEAD. |
Date: |
Tue, 8 Dec 2015 21:39:30 +0100 (CET) |
Hi!
To clarify: The body of the response is the maximum size defined by MTU network
policies, so by default around ~1500 bytes. After that is received, the header
is parsed and the connection is dropped!
So no whole file transfers!!! Please test and see for your self!
--
Met vriendelijke groet / Kind regards,
Boris Schrijver
PCextreme B.V.
http://www.pcextreme.nl/contact
Tel direct: +31 (0) 118 700 215
> On December 8, 2015 at 8:56 PM Michael Tokarev <address@hidden> wrote:
>
>
> 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