From 31ad3664a5ec978e52539a2f8d64c3b7fac32d0c Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sun, 24 Nov 2019 15:25:35 -0500 Subject: [PATCH] Bump version --- shard.yml | 2 +- src/lsquic/channeled_pipe.cr | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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