James Tucker 833d9c2f1c
Improve performance by avoiding method cache busts (#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.
2022-11-08 04:00:27 +01:00
..
2019-09-29 21:31:51 +02:00
2022-05-09 07:43:08 +02:00
2020-10-12 16:33:49 +02:00
2022-03-26 02:53:34 +01:00