X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=tests%2Ftimeout.tcl;fp=tests%2Ftimeout.tcl;h=10f55f2aca3238a3692b197d1240d4500d645570;hb=b0e6fb6e4379fb87fa2854b84a56c5ad49c644da;hp=0000000000000000000000000000000000000000;hpb=c9a5bcd9d76f699909b24e71a2a216d36062ab0b;p=sven%2Ftclcurl.git diff --git a/tests/timeout.tcl b/tests/timeout.tcl new file mode 100755 index 0000000..10f55f2 --- /dev/null +++ b/tests/timeout.tcl @@ -0,0 +1,8 @@ +package require TclCurl + +curl::transfer -timeout 0 -url 127.0.0.1 + + + + +