Fix Geo middleware to work properly with multiple requests
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.
Showing
Please register or sign in to comment