class Rack::Deflater::GzipStream

def close

Close the original body if possible.
def close
  @body.close if @body.respond_to?(:close)
end