On Sun, Apr 24, 2022 at 11:05 AM Mark Wielaard <m...@klomp.org> wrote:
> Looks good. Pleas commit.

Thanks, pushed as:

commit 55fee962676fbff60c6b0469305bcb077910d64f
Author: Aaron Merey <ame...@redhat.com>
Date:   Tue Jan 11 22:07:55 2022 -0500

    debuginfod: Use the debuginfod-size response header

    In some cases the content-length header may not be available in order
    to pass to a progressfn.  If content-length isn't available then attempt
    to get the size of the download from the debuginfod-size header instead.

    It should be mentioned that if a compressed file (ex. gzip) is being
    transferred, the actual transfer length will be less than debuginfod-size.
    In this case debuginfod-size is a best-guess upper bound on the size of
    the transfer.

    Signed-off-by: Aaron Merey <ame...@redhat.com>

Reply via email to