mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-30 16:36:29 +01:00
Ammend previous commit with another fix
This commit is contained in:
parent
9842b035e3
commit
fb16727180
@ -378,7 +378,7 @@ process(Handlers, Request) ->
|
|||||||
?ERROR_MSG(
|
?ERROR_MSG(
|
||||||
"HTTP handler crashed: ~s",
|
"HTTP handler crashed: ~s",
|
||||||
[misc:format_exception(2, Class, Reason, ?EX_STACK(Stack))]),
|
[misc:format_exception(2, Class, Reason, ?EX_STACK(Stack))]),
|
||||||
erlang:raise(Class, Reason, Stack)
|
erlang:raise(Class, Reason, ?EX_STACK(Stack))
|
||||||
end
|
end
|
||||||
end,
|
end,
|
||||||
ejabberd_hooks:run(http_request_debug, [{LocalPath, Request}]),
|
ejabberd_hooks:run(http_request_debug, [{LocalPath, Request}]),
|
||||||
|
Loading…
Reference in New Issue
Block a user