diff --git a/shard.yml b/shard.yml index 3fd1370..a8b46fe 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: lsquic -version: 0.1.4 +version: 0.1.5 authors: - Omar Roth diff --git a/src/lsquic/channeled_pipe.cr b/src/lsquic/channeled_pipe.cr index dc46915..e0be9c2 100644 --- a/src/lsquic/channeled_pipe.cr +++ b/src/lsquic/channeled_pipe.cr @@ -53,7 +53,6 @@ class IO::ChanneledPipe < IO raise "Write not allowed on read side" if @direction == :r raise "Closed stream" if @closed @channel.send slice.clone - slice.size end def close_channel