Re: [patch] PR31862: debuginfod client should cache received x-debuginfod-* headers

2025-03-05 Thread Aaron Merey
On Mon, Mar 3, 2025 at 10:02 PM Frank Ch. Eigler wrote: > > Hi - > > Thanks for the review! > > > On my machine memcheck reports leaks due to target_cachehdr_path > > missing a free. [...] > > Sorry! I must have sent an immediately prior version of the patch; > the following one has the missing

Re: [patch] PR31862: debuginfod client should cache received x-debuginfod-* headers

2025-03-03 Thread Frank Ch. Eigler
Hi - Thanks for the review! > On my machine memcheck reports leaks due to target_cachehdr_path > missing a free. [...] Sorry! I must have sent an immediately prior version of the patch; the following one has the missing free(). > [...] > There is some stray white space at the end of this line

Re: [patch] PR31862: debuginfod client should cache received x-debuginfod-* headers

2025-02-27 Thread Aaron Merey
Hi Frank, On Fri, Feb 21, 2025 at 3:07 PM Frank Ch. Eigler wrote: > > > commit 082c0a94eed6706753e8019ce348be095deb72f9 (HEAD -> main) > Author: Frank Ch. Eigler > Date: Fri Feb 21 14:33:49 2025 -0500 > > PR31862: debuginfod: client to cache x-debuginfod-* headers > > This feature allo

[patch] PR31862: debuginfod client should cache received x-debuginfod-* headers

2025-02-21 Thread Frank Ch. Eigler
commit 082c0a94eed6706753e8019ce348be095deb72f9 (HEAD -> main) Author: Frank Ch. Eigler Date: Fri Feb 21 14:33:49 2025 -0500 PR31862: debuginfod: client to cache x-debuginfod-* headers This feature allows the extra http headers from debuginfod to be saved into the client cach