On Sun Mar 08 04:57:37 2015, terencejferraro@gmail.com wrote:
Show quoted text> This patch allows the ability to pass e.g. an IP to the underlying
> IO::Socket, instead of always using the uri hostname. When used in
> conjunction with e.g. Net::DNS::Resolver, or using a known IP/hostname
> match, it will then bypass the DNS lookup.
Thanks Terence!
I adjusted your patch so the argument is called 'peer_addr' instead of 'peer_address' to better match the existing 'local_addr' argument.
Here's the commit:
https://github.com/evdb/HTTP-Async/commit/780c74f9ce0c8fb152780cce9b44f578854ccbb5
HTTP-Async 0.28 will be on its way to CPAN shortly!