Re: Tomcat HTTP response chunk size

2015-05-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Maxim, On 5/25/15 2:22 PM, Maxim Neshcheret wrote: > Thank you for reply! Any chance to manage buffer size in Tomcat? > Do you now if it is recommended approach? What is the problem you are trying to solve? You can affect the chunk size using eith

Re: Tomcat HTTP response chunk size

2015-05-25 Thread Maxim Neshcheret
Hi Mark Thank you for reply! Any chance to manage buffer size in Tomcat? Do you now if it is recommended approach? BR, Maxim From: Mark Thomas Reply-To: Tomcat Users List Date: Tuesday 26 May 2015 01:03 To: Tomcat Users List Subject: Re: Tomcat HTTP response chunk size On 25/05/2015 10

Re: Tomcat HTTP response chunk size

2015-05-25 Thread Mark Thomas
On 25/05/2015 10:21, Maxim Neshcheret wrote: > Dear All > > Please advise if there are any possibility to set HTTP response chunk size > for Tomcat to make it transparent for application that send HTTP response. Tomcat automatically handles chunked encoding for you. It is already transparent. C