fix getnameinfo flags
authorAlexander Hartmaier <abraxxa@cpan.org>
Wed, 11 Jan 2017 15:29:24 +0000 (16:29 +0100)
committerAlexander Hartmaier <abraxxa@cpan.org>
Wed, 11 Jan 2017 15:39:19 +0000 (16:39 +0100)
commit7c9d17149f27854b28b8173ee0e3bfab96477d77
tree62d987a9fe3e0196d1e263ab8d627785f1577005
parent8f16dd50ca5c7aae7c03d291a142f25fe7d0cb17
fix getnameinfo flags

NI_DGRAM isn't needed because it's a TCP, not UDP socket and we don't care
about the service name
NIx_NOSERV is a xflag and has to be specified as the third parameter
lib/Catalyst/Request.pm