// Handlers might call finish() on a cancelled/closed channel,
// don't cause unnecessary pipeline exceptions
if (context.channel().isOpen()) {
final HttpTransferEncoding te = getTransferEncoding();
if (te == HttpTransferEncoding.CHUNKED
|| te == HttpTransferEncoding.STREAMED) {
if (!started) {
log.debug("Warning, empty response");