I added a chunked output stream in 3.0.7. I guess the stream has bugs. I guess I have to do a 3.0.8 release :)
On 4/1/2014 2:51 PM, John D. Ament wrote: > 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 > <mailto: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 > <mailto: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 > -- Bill Burke JBoss, a division of Red Hat http://bill.burkecentral.com ------------------------------------------------------------------------------ _______________________________________________ Resteasy-users mailing list Resteasy-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/resteasy-users