Fix Travis build.
This commit is contained in:
parent
f609f41a7c
commit
58410bf016
|
|
@ -35,7 +35,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
|||
{
|
||||
using (var socket = new Socket(AddressFamily.InterNetworkV6, SocketType.Stream, ProtocolType.Tcp))
|
||||
{
|
||||
socket.Bind(new IPEndPoint(IPAddress.IPv6Any, 0));
|
||||
socket.Bind(new IPEndPoint(IPAddress.IPv6Loopback, 0));
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue