<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Adi Amir,<br>
    <br>
    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:
<a class="moz-txt-link-freetext" href="http://docs.oracle.com/javaee/7/api/javax/servlet/ServletResponse.html#setBufferSize%28int%29">http://docs.oracle.com/javaee/7/api/javax/servlet/ServletResponse.html#setBufferSize%28int%29</a><br>
    <br>
    Radim<br>
    <br>
    <div class="moz-cite-prefix">On 05/27/2015 10:46 AM, adi amir wrote:<br>
    </div>
    <blockquote
cite="mid:CAMPuLfjfLzQUPTdwT3nN3nQk17XE_2OvR-CxCK=pWw0hvdaDYA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hello<br>
        <br>
        I'm working with undertow.<br>
        I would appreciate help regarding the following issue:
        <div><br>
          <div>I have a response that have a large body size (about
            1.8MB).<br>
            It seems that the undertow truncates the response after
            100,000~ bytes.<br>
            I could not find any configuration parameter to increases
            this limit nor<br>
            a method to overcome this issue.</div>
          <div><br>
          </div>
          <div>I would appreciate some tips on this issue.</div>
          <div>Thank you</div>
          <div>Adi Amir<br>
             </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
undertow-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:undertow-dev@lists.jboss.org">undertow-dev@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/undertow-dev">https://lists.jboss.org/mailman/listinfo/undertow-dev</a></pre>
    </blockquote>
    <br>
  </body>
</html>