lib/httpx/plugins/multipart/decoder.rb in httpx-0.20.5 vs lib/httpx/plugins/multipart/decoder.rb in httpx-0.21.0

- old
+ new

@@ -59,10 +59,10 @@ @parts = {} @intermediate_boundary = "--#{@boundary}" @state = :idle end - def call(response, _) + def call(response, *) response.body.each do |chunk| @buffer << chunk parse end