# File lib/http-access2/http.rb, line 392
  def load(str)
    buf = str.dup
    unless self.header.load(buf)
      self.body.load(buf)
    end
  end