[undertow-dev] A question about response body size limit in undertow

Radim Hatlapatka rhatlapa at redhat.com
Wed May 27 10:07:04 EDT 2015


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 at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/undertow-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/undertow-dev/attachments/20150527/076c50f3/attachment.html 


More information about the undertow-dev mailing list