On 19/03/2010 14:22, [email protected] wrote: > Author: fhanik > Date: Fri Mar 19 14:22:09 2010 > New Revision: 925232 > > URL: http://svn.apache.org/viewvc?rev=925232&view=rev > Log: > More async stuff, only timeout left
I tried running the Servlet 3.0 TCK just to see how much would pass but didn't get very far. As far as I can tell, AsyncContext.complete() is never called so requests get stuck in the AsyncState.DISPATCHED state. I'm still trying to get my head around the async part of the spec and how the async implementation works so I'm not at all sure where the call(s) to complete() need to be added or if indeed this is the problem. I want to understand how the Async impl works so I'll keep looking at this but don't let that stop you fixing it if you get a chance. Cheers, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
