vcr v0.4.1 Release Notes

Release Date: 2010-05-11 // about 14 years ago
  • Full Changelog

    • Fixed a bug: when Net::HTTPResponse#read_body was called after VCR had read the body to record a new request, it raised an error (IOError: Net::HTTPResponse#read_body called twice). My fix extends Net::HTTPResponse so that it no longer raises this error.