According to the RFC for HTTP 1.1, "All HTTP/1.1 applications MUST be able to receive and decode the "chunked" transfer-coding". Currently, SFCB will only chunk responses if "useChunking: true" and the "TE: trailers" HTTP header is sent from the client. Allow "useChunking" to take "always" as a value. This will force responses to be chunked even without the "TE: trailers" header in the request.
patch for 1.3
This is LTC#76759
committed to CVS HEAD and git master