Package: libanyevent-http-perl
Version: 2.21-1
Tags: ipv6,fixed-upstream

This module's http_get() function fails to deal with IPv6 addresses in
the currently available version (2.21).

Simple test command:

$ perl -MAnyEvent::HTTP -e 'http_get("http://[::1]/hello";, sub { print 
$_[1]{Status}, " => ", $_[1]{Reason}, "\n"; });'
599 => Unparsable URL

Expected output: None

The 2.22 release fixes this.
The diff between the two versions is rather small and an upgrade would be
greatly appreciated.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to