> > That makes sense. Which then implies there is some type of bug here, as it > > never finishes and returns because the client is being told there is a > > chunked result, but it only gets one chunk (b/c the response in this case > > is so small). > > > > I'm likely doing something wrong, but it isn't obvious to me what it is b/c > > I'm not doing anything all that complicated. > > It was indeed my fault do to starting up things incorrectly. I've reverted > back out to just use Jackson unpatched. Thanks for the help
Ugh. I take this back. If I swap out Netty with Jetty, all works fine. Attached is a sample demonstrating this (netty.tar). One possible cause is I am using a newer version of Netty, but I'm not convinced of that, as I still wonder if the Netty implementation is not handling chunking correctly. If you swap out the Netty dependency w/ the Jetty dependency, it all works fine. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2928508
netty.tar
Description: Unix tar archive

