-
Notifications
You must be signed in to change notification settings - Fork 10.7k
[ANCM In-proc] Improve handling of malformed warmup requests #9873
Copy link
Copy link
Closed
Labels
acceptedThis issue has completed "acceptance" testing (including accessibility)This issue has completed "acceptance" testing (including accessibility)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 abstractionsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-iisIncludes: IIS, ANCMIncludes: IIS, ANCM
Milestone
Metadata
Metadata
Assignees
Labels
acceptedThis issue has completed "acceptance" testing (including accessibility)This issue has completed "acceptance" testing (including accessibility)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 abstractionsenhancementThis issue represents an ask for new feature or an enhancement to an existing oneThis issue represents an ask for new feature or an enhancement to an existing onefeature-iisIncludes: IIS, ANCMIncludes: IIS, ANCM
Type
Fields
Give feedbackNo fields configured for issues without a type.
Epic #8833
In some versions of Windows (RS1 or below), we get a malformed warm-up request that has missing data. We throw
NullReferenceExceptions in that case, which is not ideal. We should investigate this further and try to make our logic more resiliant to these nulls, but only during these malformed warmup requests.