Update README.md [ci skip]

This commit is contained in:
Alexey Melnichuk 2014-08-28 17:50:33 +05:00
parent 43af9c48a5
commit 06ca940e18

View File

@ -101,7 +101,7 @@ m = curl.multi()
m:add_handle(e1)
m:add_handle(e2)
while m:perform() > 0 do end
while m:perform() > 0 do m:wait() end
while true do
h, ok, err = m:info_read()