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
This should raise Net::HTTPOK#read_body called twice (IOError) (or whatever the appropriate Net::HTTPResponse class is, there) whether or not the request hits FakeWeb:
I found this with 1.9.3 p392; need to check the behavior of all the other implementations. I also see some other things in there we're probably not handling correctly, like #read_body's deprecated-but-still-working dest parameter—need to file issues for those.
The text was updated successfully, but these errors were encountered:
This should raise
Net::HTTPOK#read_body called twice (IOError)
(or whatever the appropriateNet::HTTPResponse
class is, there) whether or not the request hits FakeWeb:I found this with 1.9.3 p392; need to check the behavior of all the other implementations. I also see some other things in there we're probably not handling correctly, like
#read_body
's deprecated-but-still-workingdest
parameter—need to file issues for those.The text was updated successfully, but these errors were encountered: