Merge branch 'DamirAinullin/single-initialize' into dev
This commit is contained in:
commit
2fbf0c6281
|
|
@ -1,7 +1,6 @@
|
||||||
// Copyright (c) .NET Foundation. All rights reserved.
|
// Copyright (c) .NET Foundation. All rights reserved.
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||||
|
|
||||||
using System;
|
|
||||||
using System.Net;
|
using System.Net;
|
||||||
|
|
||||||
namespace Microsoft.AspNetCore.Server.Kestrel.Internal.Networking
|
namespace Microsoft.AspNetCore.Server.Kestrel.Internal.Networking
|
||||||
|
|
@ -19,7 +18,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.Internal.Networking
|
||||||
|
|
||||||
public SockAddr(long ignored)
|
public SockAddr(long ignored)
|
||||||
{
|
{
|
||||||
_field3 = _field0 = _field1 = _field2 = _field3 = 0;
|
_field0 = _field1 = _field2 = _field3 = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
public unsafe IPEndPoint GetIPEndPoint()
|
public unsafe IPEndPoint GetIPEndPoint()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue