|
From: John D. A. <joh...@gm...> - 2014-04-01 18:51:07
|
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 <ced...@gm...>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 > Res...@li... > https://lists.sourceforge.net/lists/listinfo/resteasy-users > > |