Skip to content

Commit dc0aa5c

Browse files
committed
Fix unstable sapi test, fix GH-9140
1 parent b948f80 commit dc0aa5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sapi/cgi/cgi_main.c

+1
Original file line numberDiff line numberDiff line change
@@ -2271,6 +2271,7 @@ consult the installation file that came with this distribution, or visit \n\
22712271

22722272
case 'a': /* interactive mode */
22732273
printf("Interactive mode enabled\n\n");
2274+
fflush(stdout);
22742275
break;
22752276

22762277
case 'C': /* don't chdir to the script directory */

0 commit comments

Comments
 (0)