mirror of
https://github.com/lunarmodules/luasocket.git
synced 2025-07-13 06:04:31 +02:00
complicated bug in ltn12.filter.chain...
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
function readfile(name)
|
||||
local f = io.open(name, "r")
|
||||
local f = io.open(name, "rb")
|
||||
if not f then return nil end
|
||||
local s = f:read("*a")
|
||||
f:close()
|
||||
|
Reference in New Issue
Block a user