feat(batch3): verify client proxy protocol feature group
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user