Hi Adi Amir,

BTW, aren't you looking for just setting buffer size on response to make sure that all data are transmitted in one go without being chunked? If so, this could help: http://docs.oracle.com/javaee/7/api/javax/servlet/ServletResponse.html#setBufferSize%28int%29

Radim

On 05/27/2015 10:46 AM, adi amir wrote:
Hello

I'm working with undertow.
I would appreciate help regarding the following issue:

I have a response that have a large body size (about 1.8MB).
It seems that the undertow truncates the response after 100,000~ bytes.
I could not find any configuration parameter to increases this limit nor
a method to overcome this issue.

I would appreciate some tips on this issue.
Thank you
Adi Amir
 


_______________________________________________
undertow-dev mailing list
undertow-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/undertow-dev