Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "FEATURE: Prepend Net::HTTP patch instead of class_eval and al…
…iasing (#429)" This reverts commit 89cf094. Sadly this causes conflicts with at least a couple of popular gems that have their own patches for `Net::HTTP#request`. The gems apply their patches by using method aliasing which conflicts with patches applied using module prepend and causes infinite loop. #437 Ruby issue: https://bugs.ruby-lang.org/issues/11120
- Loading branch information