Skip to content

Fix Geo middleware to work properly with multiple requests

Stan Hu requested to merge sh-geo-fix-middleware into master

The middleware would memoize Rack::Request, so the first call that was received by the middleware would be saved away. This would prevent subsequent calls from working properly.

Merge request reports