Suspend the {@link HttpServletResponse} indefinitely.Suspending a {@link HttpServletResponse} willtell the underlying container to avoid recycling objects associated with the current instance, and also to avoid commiting response.
The Framework will output some HTML comments when suspending the response in order to make sure all Browser works well with suspended response.