ncr / rack-proxy

A request/response rewriting HTTP proxy. A Rack app.
MIT License
269 stars 94 forks source link

Remove unused variable #117

Closed nateberkopec closed 1 year ago

nateberkopec commented 1 year ago

Noticed in my tests:

rack-mini-profiler/vendor/bundle/ruby/3.1.0/gems/rack-proxy-0.7.6/lib/rack/proxy.rb:130: warning: assigned but unused variable - ssl_verify_none
ncr commented 1 year ago

Thank you :)

nateberkopec commented 1 year ago

Thanks for maintaining the library! 🙇