# File lib/streamer-http.rb, line 35 def do_GET(req, res) begin do_sub_get(req, res) rescue Exception => ex SLog.instance.error(ex) raise end end