2 references to Chunked
Microsoft.AspNetCore.Server.HttpSys (2)
RequestProcessing\Response.cs (2)
403
var responseChunkedSet = Matches(Constants.
Chunked
, transferEncodingString);
452
Headers[HeaderNames.TransferEncoding] = Constants.
Chunked
;