-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
Milestone
Description
Test failure ERR_CONTENT_LENGTH_MISMATCH
seen on #57556 , windows:
System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandlerTest.Dispose_DisposingHandlerCancelsActiveOperationsWithoutResponses
[03:28:07] info: Starting: System.Net.Http.Functional.Tests.dll
[03:28:12] fail: [out of order message from the browser]: http://127.0.0.1:49229/Echo.ashx?auth=basic&user=testuser&password=password - Failed to load resource: the server responded with a status of 401 (Unauthorized)
[03:28:12] fail: [out of order message from the browser]: https://127.0.0.1:49230/Echo.ashx?auth=basic&user=testuser&password=password - Failed to load resource: the server responded with a status of 401 ()
[03:28:12] fail: [out of order message from the browser]: https://127.0.0.1:49230/Echo.ashx?auth=basic&user=testuser&password=password - Failed to load resource: the server responded with a status of 401 ()
[03:38:04] fail: [out of order message from the browser]: http://127.0.0.1:49310/ - Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH
[03:38:04] fail: [FAIL] System.Net.Http.Functional.Tests.SocketsHttpHandler_HttpClientHandlerTest.Dispose_DisposingHandlerCancelsActiveOperationsWithoutResponses
[03:38:04] info: System.Net.Http.HttpRequestException : TypeError: Failed to fetch
[03:38:04] info: ---- System.Runtime.InteropServices.JavaScript.JSException : TypeError: Failed to fetch
[03:38:04] info: at System.Net.Http.BrowserHttpHandler.BrowserHttpContent.GetResponseData(CancellationToken cancellationToken)
[03:38:04] info: at System.Net.Http.BrowserHttpHandler.BrowserHttpContent.SerializeToStreamAsync(Stream stream, TransportContext context, CancellationToken cancellationToken)
[03:38:04] info: at System.Net.Http.HttpContent.LoadIntoBufferAsyncCore(Task serializeToStreamTask, MemoryStream tempBuffer)
[03:38:04] info: at System.Net.Http.HttpContent.<WaitAndReturnAsync>d__82`2[[System.Net.Http.HttpContent, System.Net.Http, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a],[System.String, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].MoveNext()
[03:38:04] info: at System.Net.Http.Functional.Tests.HttpClientHandlerTest.<>c__DisplayClass29_1.<<Dispose_DisposingHandlerCancelsActiveOperationsWithoutResponses>b__2>d.MoveNext()
[03:38:04] info: --- End of stack trace from previous location ---
[03:38:04] info: at System.Net.Test.Common.LoopbackServer.CreateServerAsync(Func`2 funcAsync, Options options)
[03:38:04] info: at System.Net.Http.Functional.Tests.HttpClientHandlerTest.<>c__DisplayClass29_0.<<Dispose_DisposingHandlerCancelsActiveOperationsWithoutResponses>b__1>d.MoveNext()
[03:38:04] info: --- End of stack trace from previous location ---
[03:38:04] info: at System.Net.Test.Common.LoopbackServer.CreateServerAsync(Func`2 funcAsync, Options options)
[03:38:04] info: at System.Net.Http.Functional.Tests.HttpClientHandlerTest.<Dispose_DisposingHandlerCancelsActiveOperationsWithoutResponses>b__29_0(GenericLoopbackServer server1, Uri url1)
[03:38:04] info: at System.Net.Test.Common.LoopbackServer.CreateServerAsync(Func`2 funcAsync, Options options)
[03:38:04] info: at System.Net.Http.Functional.Tests.HttpClientHandlerTest.Dispose_DisposingHandlerCancelsActiveOperationsWithoutResponses()
[03:38:04] info: --- End of stack trace from previous location ---
[03:38:04] info: ----- Inner Stack Trace -----
[03:38:04] info: at System.Net.Http.BrowserHttpHandler.BrowserHttpContent.GetResponseData(CancellationToken cancellationToken)
[03:38:21] info: Finished: System.Net.Http.Functional.Tests.dll