private NextAction decodeWithTransferEncoding(final FilterChainContext ctx,
final HttpHeader httpHeader, final Buffer input,
final boolean wasHeaderParsed) throws IOException {
final Connection connection = ctx.getConnection();
final ParsingResult result = parseWithTransferEncoding(
ctx, httpHeader, input);
final HttpContent httpContent = result.getHttpContent();
final Buffer remainderBuffer = result.getRemainderBuffer();