}
if (!resume) {
resource.disableSuspend(false);
resource.suspend(session.getRequestSuspendTime());
resource.disableSuspend(true);
}
}
} else {
// won't happend, by should be for xhr-streaming transport
response.sendError(AtmosphereResponse.SC_NOT_FOUND);