diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-03-31 16:25:09 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-03-31 16:25:09 +0100 |
commit | 4f94d2425d03c983e8071c67f15de9af4191d9b4 (patch) | |
tree | 072e50a0c76f54a4ba8e71d4abe1bdd79d8c1ee3 /plugins | |
parent | 96aadab60bb391c7b88091659f89a8e176036538 (diff) | |
download | prosody-4f94d2425d03c983e8071c67f15de9af4191d9b4.tar.gz prosody-4f94d2425d03c983e8071c67f15de9af4191d9b4.zip |
util.adminstream: Fix traceback on double-close (fixes #1913)
In some circumstances, particularly with 'opportunistic_writes' and
'fatal_errors' enabled in the epoll backend, the connection may be closed
halfway through the session close process (because it contains debug logging,
which in the case of the watch:log() command, will trigger a write to the
socket).
The chosen fix is to cache session.conn in a local variable (we already did
this later on, but this pulls it up to the top of the function, which is
generally more correct anyway).
Diffstat (limited to 'plugins')
0 files changed, 0 insertions, 0 deletions