Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Deseyn <tom.deseyn@gmail.com>2021-06-05 05:09:30 +0300
committerGitHub <noreply@github.com>2021-06-05 05:09:30 +0300
commit0d31ddb6c0fa7b9846167016734a63cdbbcc42b8 (patch)
tree14e7d8f8edaf6c7dd0b52e2925236551c54ac74c /.config
parentbc44b09721cfa060e726296c2ced87a4bf151ed2 (diff)
Socket: don't assign right endpoint until the connect is successful. (#53581)
* Socket: don't assign right endpoint until the connect is successful. 'Right endpoint' must match the address family of the Socket or we can't serialize the LocalEndPoint and RemoteEndPoint. When multiple connect attempts are made against a DualMode Socket with both IPv4 and IPv6 addresses, a failed attempt must not set 'right endpoint'. * SocketTaskExtensionsTest.EnsureMethodsAreCallable: update expected exceptions * PR feedback * EnsureMethodsAreCallable: move ReceiveFromAsync before ConnectAsync to avoid wildcard bind on Windows that leads to a different exception
Diffstat (limited to '.config')
0 files changed, 0 insertions, 0 deletions