cgi_wrapper: fix cookies and other headers
commit3814e43aa2352d1b0d99470a9d52c68496819d69
authorEric Wong <normalperson@yhbt.net>
Wed, 1 Apr 2009 08:04:38 +0000 (1 01:04 -0700)
committerEric Wong <normalperson@yhbt.net>
Wed, 1 Apr 2009 08:04:38 +0000 (1 01:04 -0700)
treedb65944693eb96d732dbd4ba631b3fdb9c680968
parent71c8ce651166b49178676f1c37723aa34c4ef9e5
cgi_wrapper: fix cookies and other headers

The @output_cookies instance variable was being
ignored, and some versions of Rails uses that.

Additionally, cleanup multi-value headers in
general to avoid dropping headers.
lib/unicorn/cgi_wrapper.rb