[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 273/335: minimal_example2: flush output
From: |
gnunet |
Subject: |
[libmicrohttpd] 273/335: minimal_example2: flush output |
Date: |
Sat, 27 Jul 2024 22:02:49 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to tag stf-m2
in repository libmicrohttpd.
commit 3ab8ad8424e09a81b1e351b313c8143a481a3950
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Mon Jul 22 13:48:33 2024 +0200
minimal_example2: flush output
---
src/examples/minimal_example2.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/examples/minimal_example2.c b/src/examples/minimal_example2.c
index adc075db..ee354d1a 100644
--- a/src/examples/minimal_example2.c
+++ b/src/examples/minimal_example2.c
@@ -105,6 +105,7 @@ main (int argc,
}
}
printf ("Stopping... ");
+ fflush (stdout);
MHD_daemon_destroy (d);
printf ("OK\n");
return 0;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [libmicrohttpd] 271/335: Make sure that connection is closed if disconnected remotely, (continued)
- [libmicrohttpd] 271/335: Make sure that connection is closed if disconnected remotely, gnunet, 2024/07/27
- [libmicrohttpd] 265/335: add test with chunked upload, gnunet, 2024/07/27
- [libmicrohttpd] 272/335: Fixes, gnunet, 2024/07/27
- [libmicrohttpd] 277/335: More workarounds for Linux kernel, gnunet, 2024/07/27
- [libmicrohttpd] 268/335: Proper conn cleanup on daemon close, no wait if something is already ready, gnunet, 2024/07/27
- [libmicrohttpd] 259/335: Fixed shutdown of the daemon, gnunet, 2024/07/27
- [libmicrohttpd] 281/335: Moved client-server tests to dedicated dir, gnunet, 2024/07/27
- [libmicrohttpd] 279/335: Fixed assert, gnunet, 2024/07/27
- [libmicrohttpd] 283/335: More missing parts for moved test, gnunet, 2024/07/27
- [libmicrohttpd] 287/335: Temporal workaround to avoid settings regeneration, gnunet, 2024/07/27
- [libmicrohttpd] 273/335: minimal_example2: flush output,
gnunet <=
- [libmicrohttpd] 284/335: test_client_server: use proper macros, gnunet, 2024/07/27
- [libmicrohttpd] 275/335: .gitignore: updated, gnunet, 2024/07/27
- [libmicrohttpd] 289/335: libtest_convenience: Fixed NULL dereference in tests, gnunet, 2024/07/27
- [libmicrohttpd] 257/335: -fix test issues, gnunet, 2024/07/27
- [libmicrohttpd] 269/335: Test with impossible values combination - replaced, gnunet, 2024/07/27
- [libmicrohttpd] 293/335: Stream close: clear the flag, gnunet, 2024/07/27
- [libmicrohttpd] 290/335: fix test, gnunet, 2024/07/27
- [libmicrohttpd] 294/335: stream_process_request: fixed reporting for ABORT actions, gnunet, 2024/07/27
- [libmicrohttpd] 280/335: fixed assert, gnunet, 2024/07/27
- [libmicrohttpd] 298/335: minimal_example2: minimal improvement, gnunet, 2024/07/27