Bump version

This commit is contained in:
Omar Roth 2019-11-24 15:25:35 -05:00
parent 714461074a
commit fa1c9d8814
No known key found for this signature in database
GPG key ID: B8254FB7EC3D37F2
5 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

Binary file not shown.

Binary file not shown.

Binary file not shown.