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