Mike C

Results 1 comments of Mike C

Ran into this issue and my first attempt at fixing was the simple fix found here: http://github.com/fauna/mongrel/blob/master/lib/mongrel/cgi.rb with this (most recent?) code in send_cookie: ``` else to['Set-Cookie'] = head['cookie'].to_s end...