[undertow-dev] Is it safe to ignore this DEBUG message?

Stuart Douglas sdouglas at redhat.com
Wed Jan 18 16:04:52 EST 2017


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


More information about the undertow-dev mailing list