Vishal Zambre

Results 2 issues of Vishal Zambre

Earlier it was saving all the addresses and ```save_user_address``` parameters not in used. Address should be stored only if use provide permission to save

The [current Rails streaming implementation](https://github.com/rails/rails/blob/v5.1.3/actionpack/lib/action_controller/metal/streaming.rb) works by rendering directly to a chunked body. This means it is chunked, and then gzipped by the Rack::Deflater middleware that we use. I can...