Closed nhz2 closed 6 months ago
This PR makes the behavior of stop_on_end=true consistent when wrapping another TranscodingStream with sharedbuf=false or sharedbuf=true.
stop_on_end=true
TranscodingStream
sharedbuf=false
sharedbuf=true
This PR makes the behavior of
stop_on_end=true
consistent when wrapping anotherTranscodingStream
withsharedbuf=false
orsharedbuf=true
.