Saving before big changes to support IPv6.
This commit is contained in:
parent
bce60be30f
commit
3a8ba90dfb
30 changed files with 948 additions and 850 deletions
|
@ -82,10 +82,10 @@ print("ok")
|
|||
io.write("testing parameter overriding: ")
|
||||
local back = {}
|
||||
ret, err = ftp.get{
|
||||
url = "//stupid:mistake@" .. host .. "/index.html",
|
||||
user = "luasocket",
|
||||
password = "pedrovian",
|
||||
type = "i",
|
||||
url = "//stupid:mistake@" .. host .. "/index.html",
|
||||
user = "luasocket",
|
||||
password = "pedrovian",
|
||||
type = "i",
|
||||
sink = ltn12.sink.table(back)
|
||||
}
|
||||
assert(ret and not err and table.concat(back) == index, err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue