Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Savara <pavel.savara@gmail.com>2022-07-11 13:44:33 +0300
committerGitHub <noreply@github.com>2022-07-11 13:44:33 +0300
commit7d2be1e66992c8510b8c4f899cbcfa9e88c22325 (patch)
treeb91994566bb31c0f73df887ff3b92ec2089a9e58
parent1c661dc68dd5e09c59159c573a068cdc1112e4c0 (diff)
[wasm] closing invalid http host header as would not fix (#71923)
-rw-r--r--src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Headers.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Headers.cs b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Headers.cs
index d8def4049a7..9d31101a2c1 100644
--- a/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Headers.cs
+++ b/src/libraries/System.Net.Http/tests/FunctionalTests/HttpClientHandlerTest.Headers.cs
@@ -392,7 +392,7 @@ namespace System.Net.Http.Functional.Tests
[OuterLoop("Uses external servers", typeof(PlatformDetection), nameof(PlatformDetection.LocalEchoServerIsNotAvailable))]
[Fact]
- [ActiveIssue("https://github.com/dotnet/runtime/issues/53874", TestPlatforms.Browser)]
+ [SkipOnPlatform(TestPlatforms.Browser, "Not supported on Browser")]
public async Task SendAsync_GetWithInvalidHostHeader_ThrowsException()
{
if (LoopbackServerFactory.Version >= HttpVersion.Version20)