log net/websocket.lua @ 14229:ce31fdde0ad1 default tip

age author description
Tue, 26 May 2026 12:26:59 +0100 Matthew Wild net.websocket: Fix traceback in client if server doesn't respond with Connection header 13.0
Fri, 17 Mar 2023 16:23:12 +0100 Kim Alvefur net: Prefix module imports with prosody namespace
Tue, 26 Nov 2019 15:29:01 +0000 Matthew Wild net.websocket: Fix traceback in case of ondisconnect being called twice
Tue, 30 Jul 2019 02:35:28 +0200 Kim Alvefur net.websocket: Fix log call to pass data via format string instead of concatenation
Tue, 30 Jul 2019 02:35:17 +0200 Kim Alvefur net.*: Remove tostring call from logging
Fri, 08 Jun 2018 16:30:46 +0100 Matthew Wild net.websocket: Honour ex.insecure to match net.http's new parameter for that
Fri, 08 Jun 2018 16:30:04 +0100 Matthew Wild net.websocket: Fix incompatibility with net.http changes
Sun, 30 Jul 2017 18:47:43 +0200 Kim Alvefur net.websocket: Remove stray module api reference, shouldn't be used in here