lib/httpx/transcoder/chunker.rb in httpx-0.18.7 vs lib/httpx/transcoder/chunker.rb in httpx-0.19.0
- old
+ new
@@ -38,10 +38,9 @@
def_delegator :@buffer, :clear
def initialize(buffer, trailers = false)
@buffer = buffer
- @chunk_length = nil
@chunk_buffer = "".b
@finished = false
@state = :length
@trailers = trailers
end