lib/protocol/http/body/head.rb in protocol-http-0.18.0 vs lib/protocol/http/body/head.rb in protocol-http-0.19.0

- old
+ new

@@ -40,9 +40,13 @@ def empty? true end + def ready? + true + end + def length @length end end end \ No newline at end of file