-
Notifications
You must be signed in to change notification settings - Fork 10.6k
NullReferenceException in IISHttpContext #6075
Copy link
Copy link
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 abstractionsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.feature-iisIncludes: IIS, ANCMIncludes: IIS, ANCM
Milestone
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 abstractionsbugThis issue describes a behavior which is not expected - a bug.This issue describes a behavior which is not expected - a bug.feature-iisIncludes: IIS, ANCMIncludes: IIS, ANCM
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
Since updating a website running in Azure App Service to use ASP.NET Core 2.2.0 with in-process hosting, I've observed a small number of
NullReferenceExceptions being thrown via Application Insights.To Reproduce
Application experiencing the issue was built from this commit: martincostello/website@ee2ca4b
Expected behavior
HTTP request is processed successfully.
Screenshots
Additional context
Add any other context about the problem here.
Include the output of
dotnet --info