# File lib_core/rucy/writer.rb, line 110
    def write_head(response)
      @response = response
      set_content_length
      buffering(make_head)
      nil
    end