Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net.websocket: Fix traceback in case of ondisconnect being called twice | Matthew Wild | 2019-11-26 | 1 | -0/+1 |
| | | | | | We want to figure out what situations the double ondisconnect happens in, and aim to fix the root cause in the future. | ||||
* | net.websocket: Fix log call to pass data via format string instead of ↵ | Kim Alvefur | 2019-07-30 | 1 | -1/+1 |
| | | | | concatenation | ||||
* | net.*: Remove tostring call from logging | Kim Alvefur | 2019-07-30 | 1 | -2/+2 |
| | | | | Taken care of by loggingmanager now | ||||
* | net.websocket: Honour ex.insecure to match net.http's new parameter for that | Matthew Wild | 2018-06-08 | 1 | -0/+1 |
| | |||||
* | net.websocket: Fix incompatibility with net.http changes | Matthew Wild | 2018-06-08 | 1 | -21/+21 |
| | | | | I was unable to pinpoint the exact revision that broke this. | ||||
* | net.websocket: Remove stray module api reference, shouldn't be used in here | Kim Alvefur | 2017-07-30 | 1 | -1/+1 |
| | |||||
* | net.websocket: Ignore unused argument warnings [luacheck] | Kim Alvefur | 2016-12-04 | 1 | -3/+3 |
| | |||||
* | net.websocket: Make data masking configurable | Florian Zeitz | 2014-09-26 | 1 | -1/+1 |
| | |||||
* | net.websocket: Fix handling of 'protocol' argument | Kim Alvefur | 2014-09-11 | 1 | -6/+9 |
| | |||||
* | Check Sec-WebSocket-Protocol header | Florian Zeitz | 2014-09-05 | 1 | -5/+10 |
| | |||||
* | net/websocket: Add new websocket client code | daurnimator | 2014-09-03 | 1 | -0/+264 |