# File lib/httpclient/http.rb, line 811
    def body=(body)
      @body = body
      @header.body_size = @body.size if @header
    end