-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Closed
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsfeature-httpsys
Milestone
Description
Describe the bug
I see this exception in the Windows event viewer logs under ".NET Runtime". Level is "error".
Category: Microsoft.AspNetCore.Server.HttpSys.MessagePump
EventId: 5
Failed to accept a request.
Exception:
Microsoft.AspNetCore.Server.HttpSys.HttpSysException (1229): An operation was attempted on a nonexistent network connection.
at Microsoft.AspNetCore.Server.HttpSys.AsyncAcceptContext.GetResult(Int16 token)
at Microsoft.AspNetCore.Server.HttpSys.MessagePump.ProcessRequestsWorker()
Is this indicative of client side disconnect? If so, can its level be turned down from "error"?
Further technical details
- ASP.NET Core version : .NET 6.0, RC1 (6.0.100-rc.1.21420.39)
- Include the output of
dotnet --info - The IDE (VS / VS Code/ VS4Mac) you're running on, and its version
Metadata
Metadata
Assignees
Labels
area-networkingIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsIncludes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractionsfeature-httpsys