[tests] FCGI_Finish() final request before exit
This commit is contained in:
parent
32443ea1c7
commit
16f171588f
|
@ -50,6 +50,8 @@ int main (void) {
|
|||
} else {
|
||||
printf("test123");
|
||||
}
|
||||
|
||||
if (0 == num_requests) FCGI_Finish();
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue