408720 NPE in AsyncContext.getRequest()
Do not null the _event during the complete method
This commit is contained in:
parent
74a4077dad
commit
79486b5949
|
@ -452,7 +452,6 @@ public class HttpChannelState
|
|||
_state=State.COMPLETED;
|
||||
aListeners=_asyncListeners;
|
||||
event=_event;
|
||||
_event=null;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue