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