public void startResponse(HttpResponse response) throws Exception
{
try
{
if (LOG.isTraceEnabled()) LOG.trace("started response for /stream");
_decorated = new ChunkedBodyReadableByteChannel();
super.startResponse(response);
if (!_errorHandled)
{
_stateReuse.switchToStreamSuccess(_decorated);
_callback.enqueueMessage(_stateReuse);