[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] [PATCH 18/25] New: Parse Metalink/HTTP header for applica
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] [PATCH 18/25] New: Parse Metalink/HTTP header for application/metalink4+xml |
Date: |
Sun, 11 Sep 2016 23:21:51 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Matthew White <address@hidden> 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 <address@hidden>
>
> From e1ff59ba9086bac0211e2cb54ef2b91038b45590 Mon Sep 17 00:00:00 2001
> From: Matthew White <address@hidden>
> 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