mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
6208547002
The list was freed incorrectly since the llist refactor of
cbae73e1dd
. Added test 1550 to verify that it works and avoid future
regressions.
Reported-by: Pascal Terjan
Fixes #1584
Closes #1585
30 lines
335 B
Plaintext
30 lines
335 B
Plaintext
<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>
|