When processing large messages, message chunking facilitates sending the message as multiple independant independent chunks. Message chunking is set using the Transfer-Encoding: chunked
header. However, some legacy backends might not support chunked messages. To disable sending chunked messages to the backend for a specific API, follow the steps below:
...