lib/httpx/transcoder/chunker.rb in httpx-0.9.0 vs lib/httpx/transcoder/chunker.rb in httpx-0.10.0

- old
+ new

@@ -8,11 +8,9 @@ CRLF = "\r\n".b class Encoder extend Forwardable - def_delegator :@raw, :readpartial - def initialize(body) @raw = body end def each