--- ./httpress.c~ 2014-12-11 16:07:29.000000000 +0100 +++ ./httpress.c 2014-12-11 16:10:05.398108689 +0100 @@ -999,6 +999,8 @@ config.request_counter=0; config.ssl_cipher_priority="NORMAL"; // NORMAL:-CIPHER-ALL:+AES-256-CBC:-VERS-TLS-ALL:+VERS-TLS1.0:-KX-ALL:+DHE-RSA + setlinebuf(stdout); + int c; while ((c=getopt(argc, argv, ":hvkqn:t:c:z:"))!=-1) { switch (c) {