aboutsummaryrefslogtreecommitdiffstats
path: root/net/websocket.lua
Commit message (Collapse)AuthorAgeFilesLines
* net.websocket: Honour ex.insecure to match net.http's new parameter for thatMatthew Wild2018-06-081-0/+1
|
* net.websocket: Fix incompatibility with net.http changesMatthew Wild2018-06-081-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 hereKim Alvefur2017-07-301-1/+1
|
* net.websocket: Ignore unused argument warnings [luacheck]Kim Alvefur2016-12-041-3/+3
|
* net.websocket: Make data masking configurableFlorian Zeitz2014-09-261-1/+1
|
* net.websocket: Fix handling of 'protocol' argumentKim Alvefur2014-09-111-6/+9
|
* Check Sec-WebSocket-Protocol headerFlorian Zeitz2014-09-051-5/+10
|
* net/websocket: Add new websocket client codedaurnimator2014-09-031-0/+264