• A
    handle implicit rendering correctly · 8301969d
    Aaron Patterson 提交于
    If someone sets just a charset, but depends on the implicit type from
    rendering, this will store a strange content type header that looks like
    this:  `; charset=blah`.  This is so that when the content type header
    is parsed again, it will return nil for the actual type.
    8301969d
response.rb 10.6 KB