openresty / test-nginx

Data-driven test scaffold for Nginx C module and OpenResty Lua library development
http://search.cpan.org/dist/Test-Nginx
439 stars 105 forks source link

bugfix: perl did not exit when kill process with SIGKILL. #115

Closed zhuizhuhaomeng closed 3 years ago

zhuizhuhaomeng commented 3 years ago

Because kill SIGKILL only kill the process of the specified pid, the childrend process of this pid did not exit.