# File lib/net/http.rb, line 1500
    def body=(str)
      @body = str
      @body_stream = nil
      str
    end