Bump version

This commit is contained in:
Omar Roth 2019-11-24 15:25:35 -05:00
parent 1f7c9c652f
commit 31ad3664a5
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: lsquic
version: 0.1.4
version: 0.1.5
authors:
- Omar Roth <omarroth@protonmail.com>

View File

@ -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