mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-08-21 11:28:47 +02:00
No coroutines needed.
This commit is contained in:
@ -11,7 +11,6 @@
|
|||||||
local string = require("string")
|
local string = require("string")
|
||||||
local table = require("table")
|
local table = require("table")
|
||||||
local base = require("base")
|
local base = require("base")
|
||||||
local coroutine = require("coroutine")
|
|
||||||
module("ltn12")
|
module("ltn12")
|
||||||
|
|
||||||
filter = {}
|
filter = {}
|
||||||
|
Reference in New Issue
Block a user