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

rack/middleware: fix performance stat sending #901

Merged
merged 1 commit into from Feb 14, 2019
Merged

Commits on Feb 14, 2019

  1. rack/middleware: fix performance stat sending

    Using thread locals was not a reliable approach. While local testing was showing
    that subscribers share information, in production it didn't really work. It
    could be the order of subscribers, or something else (hard to tell).
    
    This change removes the need for thread locals and uses a shared object.
    kyrylo committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    c4c74cf View commit details
    Browse the repository at this point in the history