• A
    request objects are no longer recycled · f65fd25f
    Aaron Patterson 提交于
    Instead of trying to manually clear out a request object, lets just
    allocate a new one.  The rack ENV is reused and cleaned (still), but the
    request object is not.
    f65fd25f
test_case.rb 20.8 KB