This reverts commit 615d809ac6.
615d809ac6
@ -349,7 +349,6 @@ function onEofChunk(stream, state) {
state.buffer.push(chunk);
state.length += state.objectMode ? 1 : chunk.length;
}
state.decoder = null;
// if we've ended and we have some data left, then emit
@ -163,10 +163,6 @@ test('setEncoding hex', function(t) {
// just kick it off.
tr.emit('readable');
process.on('exit', function() {
assert(!tr._readableState.decoder);
});
test('setEncoding hex with read(13)', function(t) {