return;
if (cacheHandle == null || cacheHandle.get() == null)
return;
// End the response and have the output sent back to the client
cache.endResponse(this);
} catch (IOException e) {
// The client closed the connection
} finally {
cacheHandle = null;