finish()
Finishes the inflate stream.
# File lib/net/http/response.rb, line 361 def finish return if @inflate.total_in == 0 @inflate.finish end