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