Re: [PATCH v2 4/4] virStorageSourceParseBackingURI: Preserve query string of URI for http(s)

2020-03-30 Thread Ján Tomko
On a Monday in 2020, Peter Krempa wrote: For http/https URIs we need to preserve the query part as it may be important to refer to the image. Signed-off-by: Peter Krempa --- src/util/virstoragefile.c | 13 ++--- tests/virstoragetest.c| 4 ++-- 2 files changed, 12 insertions(+), 5 del

[PATCH v2 4/4] virStorageSourceParseBackingURI: Preserve query string of URI for http(s)

2020-03-30 Thread Peter Krempa
For http/https URIs we need to preserve the query part as it may be important to refer to the image. Signed-off-by: Peter Krempa --- src/util/virstoragefile.c | 13 ++--- tests/virstoragetest.c| 4 ++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/src/util/virstor