]> git.ipfire.org Git - thirdparty/curl.git/commit
runtests: when <killserver> mentions http, kill http/2 too
authorDaniel Stenberg <daniel@haxx.se>
Fri, 24 Apr 2020 11:29:48 +0000 (13:29 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Apr 2020 22:51:01 +0000 (00:51 +0200)
commit11091cd4d2e86a47164604bf0b58781da9c1297b
tree302d7d5a4568e49040bc6461d43ef63a300f1fbf
parent4298b97020020819d474f7aee372d68638145dc0
runtests: when <killserver> mentions http, kill http/2 too

Since the http2 test server is a mere proxy that needs to know about the
dynamic port the HTTP server is using, it too needs to get restarted
when the http server is killed.

A regression caused by 80d6515.

Fixes #5289
Closes #5291
tests/runtests.pl