In post method handler of ratpack the following is not executed after certain length of xml. Tried changing the content length but it did not work.Any help would be greatly appreciated. Thank you.
ctx.request.getBody().then{ body->
println body.text
}