Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use subclasses of Net::HTTPRequest instead of Net::HTTPGenericRequest
Instead of directly instantiating Net::HTTPGenericRequest, use the appropriate Net::HTTPRequest subclass. Fixes a problem with net-http-persistent adapter that is checking the subclasses of Net::HTTPRequest for idempotence support.
- Loading branch information