44b919b698
Motivation: The `maxChunkSize` only serves to split available content into even smaller chunks which is not all that useful since the data is already buffered. Modification: Remove the parameter. Result: Things are simpler. Fixes #8430.