1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Report a lowlevel error to stderr

This commit is contained in:
Evan Phoenix 2012-04-28 09:57:56 -07:00
parent 92a4a713c9
commit e021249f51

View file

@ -425,6 +425,8 @@ module Puma
return :async
end
rescue => e
@events.unknown_error self, e, "Rack app"
status, headers, res_body = lowlevel_error(e)
end