Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 886c7a7

Browse files
rzikmmatouskozak
authored andcommittedApr 30, 2024
Add log to SendAsync_SlowServerRespondsAfterDefaultReceiveTimeout_ThrowsHttpRequestException. (dotnet#100525)
1 parent 9943584 commit 886c7a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/libraries/System.Net.Http.WinHttpHandler/tests/FunctionalTests/WinHttpHandlerTest.cs

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ await LoopbackServer.CreateServerAsync(async (server, url) =>
122122
await triggerRequestWait.Task;
123123
var _ = await t;
124124
});
125+
_output.WriteLine($"ex: {ex}");
125126
Assert.IsType<IOException>(ex.InnerException);
126127
Assert.NotNull(ex.InnerException.InnerException);
127128
Assert.Contains("The operation timed out", ex.InnerException.InnerException.Message);

0 commit comments

Comments
 (0)
Please sign in to comment.