do not rely on deflater being initialized at this point

This commit is contained in:
HoneyryderChuck 2021-01-31 16:19:49 +00:00
parent 838f9a3e11
commit 065bfc48dc

View File

@ -31,7 +31,7 @@ module HTTPX
buffer << last buffer << last
yield last if block_given? yield last if block_given?
ensure ensure
deflater.close deflater.close if deflater
end end
end end