Hmmm, so this is your output right? the data length you're describing is in bytes as well, right?
I know I previously had this working in 3.0.6, could you check if your code works in 3.0.6? On Tue, Apr 1, 2014 at 2:40 PM, Cédric Chéneau <cedric.chen...@gmail.com>wrote: > Hello, > > Just tried to upgrade to RestEasy 3.0.7 on my Netty 4 server, I'm facing > problem writing json data with length over 1000. > > After debugging, there seems to be an infinite loop in method > ChunkOutputStream.write(...) > > In fact, my json data size is over the maximum length defined in > NettyHttpResponse constructor: > > os = new ChunkOutputStream(this, ctx, 1000); > > Perhaps I'm missing something. > > Best regards, > > Cdr35 > > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Resteasy-users mailing list > Resteasy-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/resteasy-users > >
------------------------------------------------------------------------------
_______________________________________________ Resteasy-users mailing list Resteasy-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/resteasy-users