Re: [PATCHv2] debuginfod: Check result of curl_easy_getinfo in debuginfod_write_callback

2022-05-14 Thread Mark Wielaard
Hi, On Mon, May 09, 2022 at 05:40:39PM +0200, Mark Wielaard wrote: > This was the only place in debuginfod-client.c where we didn't check > the result of curl_easy_getinfo. Just check it to make things consistent. Pushed. Cheers, Mark

[PATCHv2] debuginfod: Check result of curl_easy_getinfo in debuginfod_write_callback

2022-05-09 Thread Mark Wielaard
This was the only place in debuginfod-client.c where we didn't check the result of curl_easy_getinfo. Just check it to make things consistent. Signed-off-by: Mark Wielaard --- v2 This time with the actual code change... debuginfod/ChangeLog | 5 + debuginfod/debuginfod-client.c |