Table of Contents

THttpServerResponse.MinChunkSize Property

Gets or sets the minimum buffer size, in bytes, accumulated before a chunk is sent when using chunked encoding.

Remarks

Defaults to 16384 (16 KB). Smaller writes are buffered until this threshold is reached.

Syntax

Unit: Sparkle.HttpServer.Response

property THttpServerResponse.MinChunkSize: Integer

See also