Skip Menu |

This queue is for tickets about the HTTP-Async CPAN distribution.

Report information
The Basics
Id: 102634
Status: resolved
Priority: 0/
Queue: HTTP-Async

People
Owner: Nobody in particular
Requestors: terencejferraro [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.28



Subject: Patch to add ability to directly define PeerAddr
Date: Sun, 8 Mar 2015 04:57:26 -0400
To: bug-HTTP-Async [...] rt.cpan.org
From: Terence Ferraro <terencejferraro [...] gmail.com>
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. *Terence J. Ferraro*

Message body is not shown because sender requested not to inline it.

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!
Subject: Re: [rt.cpan.org #102634] Patch to add ability to directly define PeerAddr
Date: Wed, 11 Mar 2015 04:17:42 -0400
To: bug-HTTP-Async [...] rt.cpan.org
From: Terence Ferraro <terencejferraro [...] gmail.com>
Cool, thanks for all the hard work! *Terence J. Ferraro* On Wed, Mar 11, 2015 at 3:32 AM, Alex Balhatchet via RT < bug-HTTP-Async@rt.cpan.org> wrote: Show quoted text