I'm extending this previous question: Aborting a HTTP/1.1 chunk encoded response
When I abort a chunked response Chrome displays a blank page and the dev console reports net::ERR_INCOMPLETE_CHUNKED_ENCODING. IE displays the incomplete page. Is there a way to send the user to an actual 500 error page?
Can I output something that corrupts the document so the browser won't use it? If so, what's the shortest string I can send to achieve this?