From 6208547002b4d897c14364661ca4e2e5d0b80006 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 18 Jun 2017 17:54:55 +0200 Subject: 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 --- tests/data/test1550 | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tests/data/test1550 (limited to 'tests/data/test1550') 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 @@ + + + +multi + + + +# Server-side + + + +# Client-side + + +none + +# tool is what to use instead of 'curl' + +lib1550 + + + +verify setting pipeling blacklisting options + + +http://%HOSTIP:%HTTPPORT/1550 + + + -- cgit v1.2.3