fix(windows): enable WinHTTP IPv6 fast fallback

Dual-stack hostnames with unreachable IPv6 stalled past the endpoint
probe budget because WinHTTP tries addresses sequentially. Enable
WINHTTP_OPTION_IPV6_FAST_FALLBACK (Happy Eyeballs) via win_http 0.2.2
so IPv4 is raced after the IPv6 attempt, matching curl/Cronet/NSURLSession.

close #1128
This commit is contained in:
edde746
2026-07-04 21:56:41 +02:00
parent 6b7aac3372
commit 27596bb919
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ dependencies:
ref: 9e150f7
cupertino_http: ^2.4.0
cronet_http: ^1.6.0
win_http: ^0.2.1
win_http: ^0.2.2
collection: ^1.18.0
freezed_annotation: ^3.1.0
xml: ^6.6.1