On 03/04/2018 06:56 AM, Curt Tilmes wrote:
I also see another bug:

     method flags {
         do for AddrInfo-Flags.enums { .key if $!ai_flags +| .value }
     }

should be

     method flags {
         do for AddrInfo-Flags.enums { .key if $!ai_flags +& .value }
     }

Though you probably don't even need the flags..

Curt


¡Ay, caramba!

Reply via email to