Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve performance by avoiding method cache busts (mastodon#19957)
Switch to monkey-patching http.rb rather than a runtime extend of each response, so as to avoid busting the global method cache. A guard is included that will provide developer feedback in development and test environments should the monkey patch ever collide.
- Loading branch information