https://sourceware.org/bugzilla/show_bug.cgi?id=25600
Mark Wielaard <mark at klomp dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED CC| |mark at klomp dot org Resolution|--- |FIXED --- Comment #3 from Mark Wielaard <mark at klomp dot org> --- commit 4c1de9608b67f5c7e71f4a2865395703224cb1cb Author: Konrad Kleine <kkle...@redhat.com> Date: Wed Feb 26 10:00:43 2020 -0500 debuginfod: file:// URLs: handle curl resp. code When file:// is used for DEBUGINFOD_URLS, then the response code for a successful server query is 0 and not 200. Using file:// can be helpful when you want to test your debuginfod-client integration against a mocked file tree that mimics the HTTP URLs from the debuginfod server. This way you don't have to run the debuginfod server at all. Fixes https://sourceware.org/bugzilla/show_bug.cgi?id=25600 Signed-off-by: Konrad Kleine <kkle...@redhat.com> -- You are receiving this mail because: You are on the CC list for the bug.