AsyncContextImpl impl = (AsyncContextImpl)request.getAsyncContext();
// Calling the container
if (impl.getState()==AsyncContextImpl.AsyncState.DISPATCHED) {
// Calling the container
try {
impl.complete();
connector.getService().getContainer().getPipeline().getFirst().invoke(request, response);
} finally {
success = false;
}
} else if (impl.getState()==AsyncContextImpl.AsyncState.STARTED){