Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/websocket/client_ev.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ local socket = require'socket'
local tools = require'websocket.tools'
local frame = require'websocket.frame'
local handshake = require'websocket.handshake'
local debug = require'debug'
local tconcat = table.concat
local tinsert = table.insert

local ev = function(ws)
ws = ws or {}
Expand Down Expand Up @@ -147,7 +144,6 @@ local ev = function(ws)
async_send(
req,
function()
local resp = {}
local response = ''
local read_upgrade = function(loop,read_io)
-- this seems to be possible, i don't understand why though :(
Expand Down