Hi Frank, On Tue, Aug 29, 2023 at 02:33:07PM -0400, Frank Ch. Eigler wrote: > commit 3ef3fab0d64c89a52dd6e2ce0d01dd5e713d7b5a > Author: Frank Ch. Eigler <f...@redhat.com> > Date: Tue Aug 29 14:08:04 2023 -0400 > > PR30809: improve debuginfod client progress-callback parameters > > * debuginfod-client.c (debuginfod_query_server): Use fstat(3) > of the file handle being downloaded into as the preferred > source of download progress. > > Tested by hand, as the testsuite doesn't have enough machinery to > simulate compressed vs. uncompressed service. Hand testing with > (unmodified) fedora-38 gdb and debuginfod-find shows dramatically > improved progress displays: all have quantitative figures when > fetching from real (unmodified) upstream servers. > > Signed-off-by: Frank Ch. Eigler <f...@redhat.com>
Very nice and simple. Looks good. Thanks, Mark