]> git.sven.stormbind.net Git - sven/tclcurl.git/blobdiff - tests/timeout.tcl
Imported Upstream version 7.19.6
[sven/tclcurl.git] / tests / timeout.tcl
diff --git a/tests/timeout.tcl b/tests/timeout.tcl
new file mode 100755 (executable)
index 0000000..10f55f2
--- /dev/null
@@ -0,0 +1,8 @@
+package require TclCurl
+
+curl::transfer -timeout 0 -url 127.0.0.1
+
+
+
+
+