-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Description
In unit test System.Net.Http.Functional.Tests.HttpClientHandler_RemoteServerTest.GetAsync_RequestHeadersAddCustomHeaders_HeaderAndEmptyValueSent(remoteServer: (BaseUri: https://127.0.0.1:61813/, HttpVersion: 1.1)
on WASM and browser.
System.NullReferenceException : Object reference not set to an instance of an object.
at System.Net.Http.BrowserHttpHandler.SendAsync(HttpRequestMessage request, CancellationToken cancellationToken)
at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
at System.Net.Http.Functional.Tests.HttpClientHandler_RemoteServerTest.GetAsync_RequestHeadersAddCustomHeaders_HeaderAndEmptyValueSent(RemoteServer remoteServer, Uri uri)
This is not network related issue, it could be reproduced without BrowserHttpHandler
see https://github.com/dotnet/runtime/pull/54453/files
Metadata
Metadata
Assignees
Labels
arch-wasmWebAssembly architectureWebAssembly architecture