Re: [PATCH] debuginfod: DEBUGINFOD_URLS should accept scheme-free urls

2020-07-05 Thread Mark Wielaard
ons we support. I did make some whitespace changes and added ChangeLog entries as attached. Pushed to master. Thanks, Mark From 8de6f9af46f12fe3b2a0871523f6df13c4b39e34 Mon Sep 17 00:00:00 2001 From: Alice Zhang Date: Fri, 3 Jul 2020 13:37:34 -0400 Subject: [PATCH] debuginfod: DEBUGINFOD_URLS should

[PATCH] debuginfod: DEBUGINFOD_URLS should accept scheme-free urls

2020-07-03 Thread Alice Zhang via Elfutils-devel
Check scheme instead of effective url so that user may abbreviate DEBUGINFOD_URL. Add one test for scheme free http url. Notice that libcurl does not provide an almighty scheme free url support, /path/to/something without FILE:// can not be recognized in most circumstances, therefore for the neatn