413901 isAsyncStarted remains true while original request is dispatched
This commit is contained in:
parent
43946c62e0
commit
80b422c0e4
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue