We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b575ca7 commit ab81564Copy full SHA for ab81564
1 file changed
test/test_easy.lua
@@ -555,6 +555,15 @@ function test_abort_06()
555
end
556
557
function test_pause()
558
+
559
+-- Note.
560
+-- OS version : Linux Mint 17 (x86_64)
561
+-- cURL version : libcurl/7.35.0 OpenSSL/1.0.1f zlib/1.2.8 libidn/1.28 librtmp/2.3
562
+-- version_info("host"): x86_64-pc-linux-gnu
563
+--
564
+-- c:perform() returns curl.E_READ_ERROR after readfunction return curl.READFUNC_PAUSE
565
566
567
local counter = 0
568
assert_equal(c, c:setopt_readfunction(function()
569
if counter == 0 then
0 commit comments