Ok, thanks for the fast reply.

On Wed, Jan 18, 2017 at 7:04 PM Stuart Douglas <sdouglas@redhat.com> wrote:
That is nothing to worry about. It is actually a minor bug in the
message, it looks like you get the same message for both parse and
idle timeout. Either way it means the remote client has not sent any
data in a while, and Undertow is closing the connection as a result.

Stuart

On Thu, Jan 19, 2017 at 7:53 AM, Miere Teixeira
<miere.teixeira@gmail.com> wrote:
> Hi there!
>
> I've changed the way my HttpHandlers are reading the body content (JSON) on
> POST requests, reading them asynchronously as explained here.
> Since then, my application log started to display messages like the
> following one:
> 18:28:20.807 [XNIO-1 I/O-4] DEBUG io.undertow.request - UT005035: Closing
> channel because of parse timeout for remote address /0:0:0:0:0:0:0:1:51781
>
> Is it safe to ignore it? Is there something I should pay attention to use
> exchange.getRequestReceiver().receiveFullBytes?
>
> Regards!
> Miere
> --
>
> Miere Teixeira
>
>
> _______________________________________________
> undertow-dev mailing list
> undertow-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/undertow-dev
--

Miere Teixeira