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 diff --git a/src/lsquic/ext/libcrypto.a b/src/lsquic/ext/libcrypto.a index eb01e58..755fa5f 100644 Binary files a/src/lsquic/ext/libcrypto.a and b/src/lsquic/ext/libcrypto.a differ diff --git a/src/lsquic/ext/liblsquic.a b/src/lsquic/ext/liblsquic.a index a43950e..ad85a26 100644 Binary files a/src/lsquic/ext/liblsquic.a and b/src/lsquic/ext/liblsquic.a differ diff --git a/src/lsquic/ext/libssl.a b/src/lsquic/ext/libssl.a index c92bf21..1b1974b 100644 Binary files a/src/lsquic/ext/libssl.a and b/src/lsquic/ext/libssl.a differ