2 writes to _autoChunk
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (2)
350
_autoChunk
= false;
1221
_autoChunk
= true;
9 references to _autoChunk
Microsoft.AspNetCore.Server.Kestrel.Core (9)
Internal\Http\HttpProtocol.cs (9)
1002
Output.WriteResponseHeaders(StatusCode, ReasonPhrase, responseHeaders,
_autoChunk
, appCompleted);
1070
if (
_autoChunk
|| _httpVersion >= Http.HttpVersion.Http2)
1596
if (
_autoChunk
)
1644
if (
_autoChunk
)
1648
Output.WriteResponseHeaders(StatusCode, ReasonPhrase, responseHeaders,
_autoChunk
, appCompleted: false);
1652
return Output.FirstWriteChunkedAsync(StatusCode, ReasonPhrase, responseHeaders,
_autoChunk
, data.Span, cancellationToken);
1657
return Output.FirstWriteAsync(StatusCode, ReasonPhrase, responseHeaders,
_autoChunk
, data.Span, cancellationToken);
1662
Output.WriteResponseHeaders(StatusCode, ReasonPhrase, responseHeaders,
_autoChunk
, appCompleted: false);
1693
if (
_autoChunk
)