On Sun, Oct 14, 2001 at 06:19:30PM +0200, Lutz Jaenicke wrote:
> [...]
>
> * If you have any patch to submit that will improve the behaviour of
>   s_client you are most welcome to post it to this list :-)

OK, here you go, someone please apply this:

diff -Naur apps/s_client.c apps/s_client.c
--- apps/s_client.c     Tue Oct 16 09:22:49 2001
+++ apps/s_client.c     Tue Oct 16 09:22:01 2001
@@ -881,5 +881,7 @@
        BIO_printf(bio,"---\n");
        if (peer != NULL)
                X509_free(peer);
+/* do this or debugging output gets mixed with http response */
+       BIO_flush(bio);
        }

Adam
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to