diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2013-02-10 22:57:58 +0100 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2013-02-10 22:57:58 +0100 |
commit | da3fc1ee91de656a30f3a12de394bcba55119872 (patch) | |
tree | 96272b4c18101155752165f0a5ad68c3fac8aa44 /tests/data/test1508 | |
parent | 85a2e9ec820a8d904d4733f1d84007e806409e10 (diff) |
Fix NULL pointer reference when closing an unused multi handle.
Diffstat (limited to 'tests/data/test1508')
-rw-r--r-- | tests/data/test1508 | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/tests/data/test1508 b/tests/data/test1508 new file mode 100644 index 000000000..f8607e58a --- /dev/null +++ b/tests/data/test1508 @@ -0,0 +1,31 @@ +<testcase> +<info> +<keywords> +HTTP +multi +</keywords> +</info> + +# Client-side +<client> +<server> +none +</server> +<tool> +lib1508 +</tool> + <name> +Close a multi handle without using it + </name> + <command> +http://%HOSTIP:%HTTPPORT/path/1508 +</command> +</client> + +# Verify data after the test has been "shot" +<verify> +<file name="log/stdout1508" mode="text"> +We are done +</file> +</verify> +</testcase> |