Hello. I am migrating from an MRI 1.9/Passenger setup to JRuby/Trinidad. Many of our pages use the Rails HTTP streaming feature. I noticed that Trinidad displays the chunk-size characters which are really part of the encoding. For example, here is the beginning of a response:
This tells me that Trinidad/Tomcat is not dechunking the response from Rails. How do I configure Trinidad/Tomcat to dechunk the response?
Tim