reopen_logs: no need to preserve encoding args
commit9110e76b36e224434aaa853625844f3b1ad69ae1
authorEric Wong <normalperson@yhbt.net>
Tue, 8 Jun 2010 06:49:44 +0000 (8 06:49 +0000)
committerEric Wong <normalperson@yhbt.net>
Tue, 8 Jun 2010 06:49:44 +0000 (8 06:49 +0000)
treeaa41cea82fb729d04132cfb3024dcecd5036a6a6
parentb835a92623d716e8b1e9f174f24d3a543416e3e7
reopen_logs: no need to preserve encoding args

Since we accidentally dropped open_args a while back, nothing
seems to have broken :x  So apparently MRI preserves it for us,
and test/unit/test_util.rb agrees.
lib/unicorn/util.rb