mixing ipv4 and ipv6 with AnyEvent::HTTP

Marc Lehmann schmorp at schmorp.de
Mon Dec 2 08:12:12 CET 2013


On Mon, Dec 02, 2013 at 08:01:23AM +0100, Raphael Geissert <geissert at debian.org> wrote:
> It's still the same problem, probably not very well explained: I want to run 
> http requests to S1 hosts over ipv4 (with possible redirections and keep-
> alive/persistent connections) and requests to S2 hosts over ipv6 (with 
> redirs + ka) without things getting mixed up together and at the same time.

I forgot to mention. the standard way for this is to configure dns to
actually use ipv6 for "S2 hosts" etc. (again assuming you mean domain
names).

-- 
                The choice of a       Deliantra, the free code+content MORPG
      -----==-     _GNU_              http://www.deliantra.net
      ----==-- _       generation
      ---==---(_)__  __ ____  __      Marc Lehmann
      --==---/ / _ \/ // /\ \/ /      schmorp at schmorp.de
      -=====/_/_//_/\_,_/ /_/\_\



More information about the anyevent mailing list