push
github
core: bind to all addresses Bind all addresses returned by `getaddrinfo` except for duplicates caused by glibc behavior which is the case on the CI machine and may be the result of multiple `localhost` entries in `/etc/hosts`. Also bind all ipv6 results with the `IPV6_V6ONLY` option so it is possible to listen ipv4 and ipv6 services on a single port number. Fixes #7152 @TarantoolBot document Title: bind all URIs matching the `listen` box configuration parameters. (cherry picked from commit 4c8463cc4)
63567 of 114974 branches covered (55.29%)
8 of 16 new or added lines in 1 file covered. (50.0%)
55 existing lines in 15 files now uncovered.94515 of 109787 relevant lines covered (86.09%)
1901055.65 hits per line