mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_csi_simple: Make sure to disable optimizations before mod_smacks (thanks pep.)
This commit is contained in:
parent
a7579e93f5
commit
2a7715e94b
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ end);
|
|||
module:hook("pre-resource-unbind", function (event)
|
||||
local session = event.session;
|
||||
disable_optimizations(session);
|
||||
end);
|
||||
end, 1);
|
||||
|
||||
module:hook("c2s-ondrain", function (event)
|
||||
local session = event.session;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue