You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
initialize should check that response is actually a RestClient::Response or Net::HTTPResponse before setting @response. headers should be explicit that the second case introduced in PR 14 is for Net:HTTPResponse. When I tried to do this quickly while reviewing PR 14 it broke a bunch of tests, so I don't have the time to deal with it at the moment.
The text was updated successfully, but these errors were encountered:
initialize
should check thatresponse
is actually aRestClient::Response
orNet::HTTPResponse
before setting@response
.headers
should be explicit that the second case introduced in PR 14 is forNet:HTTPResponse
. When I tried to do this quickly while reviewing PR 14 it broke a bunch of tests, so I don't have the time to deal with it at the moment.The text was updated successfully, but these errors were encountered: