https://issues.apache.org/bugzilla/show_bug.cgi?id=50592
--- Comment #7 from 2510 <[email protected]> 2011-07-05 11:45:11 UTC --- Created attachment 27255 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27255 patch for IPv6 only systems (replacing APR_INET by APR_UNSPEC, refer comment #6) (In reply to comment #6) > Thanks for the patch. > > I am not sure why that code needs to use a specific address family. Can you > check it also works if you change the APR_INET to APR_UNSPEC, instead of your > patch to fall back on _INET6? Thanks. It works fine with only changing APR_INET to APR_UNSPEC. I agree with you, there are no need to specify any address families, I think. Attached the tested patch. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
