const CHUNKED_EXTENSIONS_LIMIT: u64 = _; // 16_384u64
Expand description

Maximum amount of bytes allowed in chunked extensions.

This limit is currentlty applied for the entire body, not per chunk.