# File lib_core/rucy/writer.rb, line 135
    def write_head(response)
      @response = response
      @spooling = true
      set_content_length
      nil
    end