408720 NPE in AsyncContext.getRequest()

Do not null the _event during the complete method
This commit is contained in:
Greg Wilkins 2013-05-23 09:48:06 +10:00
parent 74a4077dad
commit 79486b5949
1 changed files with 0 additions and 1 deletions

View File

@ -452,7 +452,6 @@ public class HttpChannelState
_state=State.COMPLETED;
aListeners=_asyncListeners;
event=_event;
_event=null;
break;
default: