Re: debuginfod: Query debuginfod servers before printing response

2021-09-17 Thread Mark Wielaard
Hi Noah, On Fri, Sep 17, 2021 at 01:38:50PM -0400, Noah Sanci via Elfutils-devel wrote: > Here is an updated patch, removing checks for http response headers > which debuginfod is not guaranteed > to respond with. These headers caused tests to fail despite receiving > sufficient headers to confir

Re: debuginfod: Query debuginfod servers before printing response

2021-09-17 Thread Noah Sanci via Elfutils-devel
Hello, Here is an updated patch, removing checks for http response headers which debuginfod is not guaranteed to respond with. These headers caused tests to fail despite receiving sufficient headers to confirm functionality. Regards, Noah Sanci From 28db5f16c44fa7bbd24b221b65aa4d133753355c Mon S

Re: debuginfod: Query debuginfod servers before printing response

2021-09-17 Thread Mark Wielaard
Hi Noah, On Fri, 2021-09-17 at 10:55 -0400, Noah Sanci via Elfutils-devel wrote: > While checking PR27277 on some buildbots, greping would fail in > run-debuginfod-response-headers.sh. This was because querying the > debuginfod server occurs after checking if the response headers had > arrived, le

debuginfod: Query debuginfod servers before printing response

2021-09-17 Thread Noah Sanci via Elfutils-devel
Hello, While checking PR27277 on some buildbots, greping would fail in run-debuginfod-response-headers.sh. This was because querying the debuginfod server occurs after checking if the response headers had arrived, leaving the possibility to leave the querying loop before outputting the headers whi