Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaces thread storage with request_store #218

Merged
merged 1 commit into from
Aug 4, 2017

Commits on Aug 3, 2017

  1. Replaces thread storage with request_store

    Fixes issue roidrage#197. Under load it was possible for a thread to handle
    a second request without clearing the variables in the thread. This
    caused log lines to have the incorrect values for `: lograge_location`.
    
    @abrisse suggested we used `request_store`, after a brief examination
    of this gem it seems that it’s well maintained and it solves our
    problem.
    leonelgalan committed Aug 3, 2017
    1 Configuration menu
    Copy the full SHA
    b6ed2a8 View commit details
    Browse the repository at this point in the history