Update doc [ci skip]

This commit is contained in:
Alexey Melnichuk 2014-09-05 16:23:32 +05:00
parent e30104bc44
commit f9db68d41e

View File

@ -334,6 +334,7 @@ function setopt_readfunction() end
-- --
-- !!! NOTE !!! This is differents form libcurl API. In libcurl returning a non-zero -- !!! NOTE !!! This is differents form libcurl API. In libcurl returning a non-zero
-- value from this callback will cause libcurl to abort the transfer and return. -- value from this callback will cause libcurl to abort the transfer and return.
-- This done to be consisted with writefunction that should return `true` to continue.
-- --
-- @tparam function progress -- @tparam function progress
-- @param[opt] context progress context -- @param[opt] context progress context