lib/async/http/body/writable.rb in async-http-0.35.1 vs lib/async/http/body/writable.rb in async-http-0.36.0
- old
+ new
@@ -90,10 +90,10 @@
end
alias << write
def inspect
- "\#<#{self.class} #{@count} chunks written#{@finished ? ', finished' : ''}>"
+ "\#<#{self.class} #{@count} chunks written#{@finished ? ', finished' : ', waiting'}>"
end
end
end
end
end