pocoproject / poco

The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
https://pocoproject.org
Other
8.04k stars 2.11k forks source link

Configurable or uniform chunk size in transfer encoded responses. #4552

Closed 101glover closed 1 month ago

101glover commented 1 month ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I noticed some chunks 1GB and bigger in chunked transfer encoded responses coming from my poco web app. Processing more uniform or chunks with a configurable maximum size would make things easier on the client side reading poco responses.

Describe the solution you'd like

A clear and concise description of what you want to happen. Configurable or uniform chunk size in transfer encoded responses.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Help me understand how I could do this in a fork of this repo? I am not 100% following the source code.

Additional context Add any other context or screenshots about the feature request here.

Thanks for reading and considering.