diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-06-18 17:54:55 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-06-19 09:14:49 +0200 |
commit | 6208547002b4d897c14364661ca4e2e5d0b80006 (patch) | |
tree | b8e8b7b86c3b050b54f0dbf95bdb4386795c30be /tests/data/test1550 | |
parent | 65ca030513303747be26a9d64851784cfff6f478 (diff) | |
download | curl-6208547002b4d897c14364661ca4e2e5d0b80006.tar.gz |
PIPELINING_SERVER_BL: cleanup the internal list use
The list was freed incorrectly since the llist refactor of
cbae73e1dd959. Added test 1550 to verify that it works and avoid future
regressions.
Reported-by: Pascal Terjan
Fixes #1584
Closes #1585
Diffstat (limited to 'tests/data/test1550')
-rw-r--r-- | tests/data/test1550 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tests/data/test1550 b/tests/data/test1550 new file mode 100644 index 000000000..b78756e9a --- /dev/null +++ b/tests/data/test1550 @@ -0,0 +1,29 @@ +<testcase> +<info> +<keywords> +multi +</keywords> +</info> + +# Server-side +<reply> +</reply> + +# Client-side +<client> +<server> +none +</server> +# tool is what to use instead of 'curl' +<tool> +lib1550 +</tool> + + <name> +verify setting pipeling blacklisting options + </name> + <command> +http://%HOSTIP:%HTTPPORT/1550 +</command> +</client> +</testcase> |