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:
parent
92a4a713c9
commit
e021249f51
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue