[Koha-bugs] [Bug 7963] Parallel HTTP requests when checking URLs

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Aug 7 10:37:37 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7963

--- Comment #15 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Hi Frédéric,

Thank you for submitting this patch such fast :)
It works very well in all my tests.

Just somes little remarks:
- POD is not up to date (--tags in summary, -h is not supported, "Scan all URLs
found in 856$u" or in others tags :))
- Perhaps a modification in the other script is necessary (to indicate that an
other one is available).
- I think the following lines
    my %h = map { $_ => undef } @tags;
    @tags = sort keys %h;
could be replaced with:
    @tags = sort @tags;

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list