Software / code / prosody
Diff
plugins/mod_register_ibr.lua @ 11043:d105e787f5ed
net.server_select: Fix traceback (thanks eta)
The `socket` here is unreferenced on disconnect. Calling :resume_writes
after that causes an error when `addsocket()` tries to use it as a table
index.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 23 Aug 2020 22:19:29 +0200 |
| parent | 10946:84441c19750e |
| child | 12330:38b5b05407be |