feat(batch3): verify client proxy protocol feature group

This commit is contained in:
Joseph Doherty
2026-02-28 07:24:45 -05:00
parent 6ba5670f83
commit 6b67c83c0e
5 changed files with 189 additions and 8 deletions

View File

@@ -374,10 +374,7 @@ public sealed partial class ClientConnection
/// Returns the remote network address of the connection, or <c>null</c>.
/// Mirrors Go <c>client.RemoteAddress()</c>.
/// </summary>
public EndPoint? RemoteAddress()
{
lock (_mu) { return GetRemoteEndPoint(); }
}
public EndPoint? RemoteAddress() => RemoteAddr();
private EndPoint? GetRemoteEndPoint()
{