483427 - AsyncContext complete while pending async Reads/Writes
This commit is contained in:
parent
3e3fd07c96
commit
384caf02c1
|
@ -195,6 +195,8 @@ public class HttpOutput extends ServletOutputStream implements Runnable
|
|||
{
|
||||
return;
|
||||
}
|
||||
|
||||
case ASYNC:
|
||||
case UNREADY:
|
||||
case PENDING:
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue