Bug #5715
subscription-manager subscribe --pool fails with 'undefined method `closed?' for #<PhusionPassenger::Utils::TeeInput:0x0000000efc93e8>' on passenger 4.0.18 + rest-client 1.6.7
Description
The issue is we pass raw request body that we get from the rails and pass directly to the rest client. Unfortunately, the interface is not the same
Associated revisions
History
#1
Updated by Ivan Necas over 8 years ago
- Status changed from Assigned to Ready For Testing
#2
Updated by Ivan Necas over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|commit:af0810b5de42b12bfac7052e520d29f8b91be55a.
#3
Updated by Eric Helms about 8 years ago
- Triaged changed from No to Yes
#4
Updated by Eric Helms almost 8 years ago
- Legacy Backlogs Release (now unused) set to 13
Fixes #5715 - make sure the rest client doesn't get PhusionPassenger::Utils::TeeInput
Rest client 1.6.7 is not able to handle that, passing the string
instead. The behavior should stay the same.