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