Show cause of connection failure in test (#2155)

This commit is contained in:
Stephen Halter 2017-11-09 16:56:08 -08:00 committed by GitHub
parent 7d712f58aa
commit 53b4697269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
} }
catch (Exception ex) catch (Exception ex)
{ {
closedTcs.TrySetException(ex); openedTcs.TrySetException(ex);
} }
}); });