mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
do not rely on deflater being initialized at this point
This commit is contained in:
parent
838f9a3e11
commit
065bfc48dc
@ -31,7 +31,7 @@ module HTTPX
|
||||
buffer << last
|
||||
yield last if block_given?
|
||||
ensure
|
||||
deflater.close
|
||||
deflater.close if deflater
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user