]> git.ipfire.org Git - thirdparty/curl.git/commit
PIPELINING_SERVER_BL: cleanup the internal list use
authorDaniel Stenberg <daniel@haxx.se>
Sun, 18 Jun 2017 15:54:55 +0000 (17:54 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 19 Jun 2017 07:14:49 +0000 (09:14 +0200)
commit6208547002b4d897c14364661ca4e2e5d0b80006
treeb8e8b7b86c3b050b54f0dbf95bdb4386795c30be
parent65ca030513303747be26a9d64851784cfff6f478
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
lib/pipeline.c
tests/data/Makefile.inc
tests/data/test1550 [new file with mode: 0644]
tests/libtest/Makefile.inc
tests/libtest/lib1550.c [new file with mode: 0644]