Matthew White <[email protected]> writes: > [Coverity Scan is ok, make syntax-check is ok, contrib/check-hard is ok] > > `make check-valgrind` fails the following metalink tests due to the bugs > which will be fixed in '[PATCH 19/25] Bugfix: Prevent sorting of unallocated > metalink resource/metaurl': > * testenv/Test-metalink-http.py > * testenv/Test-metalink-http-quoted.py > > This implements the parsing of Metalink/HTTP application/metalink4+xml Links. > > The following description is verbatim from the patch: > ----- > Add Metalink/HTTP application/metalink4+xml media types as metaurls to > the metalink variable that will be used to download the files. > ----- > > Regards, > Matthew > > -- > Matthew White <[email protected]> > > From e1ff59ba9086bac0211e2cb54ef2b91038b45590 Mon Sep 17 00:00:00 2001 > From: Matthew White <[email protected]> > Date: Thu, 25 Aug 2016 05:09:47 +0200 > Subject: [PATCH 18/25] New: Parse Metalink/HTTP header for > application/metalink4+xml > > * src/http.c (metalink_from_http): Parse Metalink/HTTP header for > metaurls application/metalink4+xml media types > * src/metalink.h: Add function declaration metalink_meta_cmp() > * src/metalink.c: Add function metalink_meta_cmp() compare metalink
ACK Giuseppe
