Skip to content

Commit

Permalink
Improve inference
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobnissen committed Jul 20, 2021
1 parent e4b7e0f commit 746f6a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stream.jl
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ function TranscodingStream(codec::Codec, stream::IO;
checkbufsize(bufsize)
checksharedbuf(sharedbuf, stream)
if sharedbuf
stream::TranscodingStream
state = State(Buffer(bufsize), stream.state.buffer1)
else
state = State(bufsize)
Expand Down

0 comments on commit 746f6a9

Please sign in to comment.