envoyproxy/envoy

Align Windows getaddrinfo behavior to other platforms

Open

#24,326 建立於 2022年12月2日

在 GitHub 查看
 (9 留言) (0 反應) (1 負責人)C++ (5,373 fork)batch import
area/windowsbughelp wantedno stalebot

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

Title: Align Windows getaddrinfo behavior to other platforms

Description: #23957 shows how Windows parsing is more relaxed compared to other platforms. We may want to align it to have the same strictness in order to have a consistent behavior.

Repro steps: Remove the compiler ifndef directive introduce in #23957 and run: ./ci/run_envoy_docker.sh './ci/do_ci.sh bazel.dev //test/common/network:utility_test --test_output=all'

貢獻者指南