# File lib/mongrel/cgi.rb, line 147 147: def status 148: if not @status 149: stat = @head["Status"] 150: stat = stat.split(' ')[0] if stat 151: 152: @status = stat || "200" 153: end 154: 155: @status 156: end