# File lib/vcr/structs.rb, line 390 def update_content_length_header edit_header('Content-Length') { body ? body.bytesize.to_s : '0' } end