exec_cgi: small cleanups
commit8e030bcd34da6296b1bda95f151c2ac4b777f617
authorEric Wong <normalperson@yhbt.net>
Thu, 25 Jun 2009 23:38:13 +0000 (25 16:38 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 25 Jun 2009 23:56:27 +0000 (25 16:56 -0700)
treef3a5707c9880e52f106ed00c7a6e90c43b472626
parent1574d8ce531d79fc905be2f319fa703fb0710e96
exec_cgi: small cleanups

* avoid '' strings for GC-friendliness

* Ensure the '' we do need is binary for 1.9

* Disable passing the raw rack.input object to the child process
  This is never possible with our new TeeInput wrapper.
lib/unicorn/app/exec_cgi.rb