// Check if HttpContent is chunked message trailer w/ headers
checkHttpTrailer(content);
inputContentBuffer = content.getContent();
contentRead = content.isLast();
content.recycle();
inputContentBuffer.allowBufferDispose(true);
if (LOGGER.isLoggable(LOGGER_LEVEL)) {
log("InputBuffer %s initialize with ready content: %s",
this, inputContentBuffer);