envoyproxy/envoy

Align Windows getaddrinfo behavior to other platforms

Open

#24.326 geöffnet am 2. Dez. 2022

Auf GitHub ansehen
 (9 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C++ (5.373 Forks)batch import
area/windowsbughelp wantedno stalebot

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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'

Contributor Guide