From 16090717f2ea85e9e40ff59498f40c262de684e4 Mon Sep 17 00:00:00 2001 From: filipe Date: Wed, 15 Aug 2007 03:03:32 +0000 Subject: Make CGI Wrapper work with CGI::Session (closes: #8386) git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@555 19e92222-5c0b-0410-8929-a290d50e31e9 --- lib/mongrel/cgi.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/mongrel/cgi.rb') diff --git a/lib/mongrel/cgi.rb b/lib/mongrel/cgi.rb index fa5c9c4..4173bde 100644 --- a/lib/mongrel/cgi.rb +++ b/lib/mongrel/cgi.rb @@ -109,10 +109,10 @@ module Mongrel end @head.delete('cookie') - - # @output_cookies seems to never be used, but we'll process it just in case - @output_cookies.each {|c| to['Set-Cookie'] = c.to_s } if @output_cookies end + + # @output_cookies seems to never be used, but we'll process it just in case + @output_cookies.each {|c| to['Set-Cookie'] = c.to_s } if @output_cookies end # The dumb thing is people can call header or this or both and in any order. -- cgit v1.2.3-24-ge0c7