Re: [Resteasy-users] RestEasy 3.0.7 and Netty 4

2014-04-01 Thread Bill Burke
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 work

Re: [Resteasy-users] RestEasy 3.0.7 and Netty 4

2014-04-01 Thread John D. Ament
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 wrote: > Hello, > > Just tried to upgrade to RestEasy 3.0

[Resteasy-users] RestEasy 3.0.7 and Netty 4

2014-04-01 Thread Cédric Chéneau
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 NettyHttpRe