Show cause of connection failure in test (#2155)
This commit is contained in:
parent
7d712f58aa
commit
53b4697269
|
|
@ -174,7 +174,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
closedTcs.TrySetException(ex);
|
openedTcs.TrySetException(ex);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue