413901 isAsyncStarted remains true while original request is dispatched

This commit is contained in:
Greg Wilkins 2013-08-13 10:38:44 +10:00
parent 43946c62e0
commit 80b422c0e4
1 changed files with 3 additions and 1 deletions

View File

@ -576,7 +576,9 @@ public class HttpChannelState
{
switch(_state)
{
case ASYNCSTARTED:
case ASYNCSTARTED: // Suspend called, but not yet returned to container
case REDISPATCHING: // resumed while dispatched
case COMPLETECALLED: // complete called
case ASYNCWAIT:
return true;