[tests] FCGI_Finish() final request before exit

This commit is contained in:
Glenn Strauss 2017-01-10 18:16:35 -05:00
parent 32443ea1c7
commit 16f171588f
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ int main (void) {
} else {
printf("test123");
}
if (0 == num_requests) FCGI_Finish();
}
return 0;