mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-27 21:08:21 +01:00
No coroutines needed.
This commit is contained in:
parent
d429638d38
commit
5d32848674
@ -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 = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user