Software /
code /
prosody
Comparison
plugins/mod_csi.lua @ 12504:c589874fe348
mod_smacks: Initialize queue before sending <enable>
Setting the .smacks field enables code paths that expects the queue to
be present. The queue is initialized in wrap_session_out(). With
opportunistic writes enabled this happens immediately on .sends2s(), so
the sending <enable> must happen before OR after these two lines, not in
the middle.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 15 May 2022 16:12:34 +0200 |
parent | 10429:0b04d25c4ffb |
child | 12977:74b9e05af71e |
comparison
equal
deleted
inserted
replaced
12503:ad49bb3a4780 | 12504:c589874fe348 |
---|