|
From: Bill B. <bb...@re...> - 2014-04-01 21:43:44
|
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 <ced...@gm... > <mailto: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... > <mailto:Res...@li...> > https://lists.sourceforge.net/lists/listinfo/resteasy-users > > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Resteasy-users mailing list > Res...@li... > https://lists.sourceforge.net/lists/listinfo/resteasy-users > -- Bill Burke JBoss, a division of Red Hat http://bill.burkecentral.com |