483427 - AsyncContext complete while pending async Reads/Writes

This commit is contained in:
Greg Wilkins 2015-12-03 12:29:49 +11:00
parent 3e3fd07c96
commit 384caf02c1
1 changed files with 2 additions and 0 deletions

View File

@ -195,6 +195,8 @@ public class HttpOutput extends ServletOutputStream implements Runnable
{
return;
}
case ASYNC:
case UNREADY:
case PENDING:
{