-
Notifications
You must be signed in to change notification settings - Fork 10.7k
IIS in-proc changes some responses from content-length to chunked #10773
Copy link
Copy link
Open
Labels
affected-fewThis issue impacts only small number of customersThis issue impacts only small number of customersarea-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, ANCMseverity-majorThis label is used by an internal toolThis label is used by an internal tool
Milestone
Metadata
Metadata
Assignees
Labels
affected-fewThis issue impacts only small number of customersThis issue impacts only small number of customersarea-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, ANCMseverity-majorThis label is used by an internal toolThis label is used by an internal tool
Type
Fields
Give feedbackNo fields configured for Bug.
Converting Content-Length responses to Chunked is problematic as clients may be expecting that content-length value.
Frequently reproduces with:
Reproduces less frequently with:
@jkotalik
It's also known to change some auto-chunked responses to content-length, but that's less problematic as Content-Length is universally supported.