Commit 41ebed27 authored by Lutz Jänicke's avatar Lutz Jänicke
Browse files

Flush buffers to prevent mixed output (Adam Back <adam@cypherspace.org>).

parent bf21446a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -925,5 +925,7 @@ static void print_stuff(BIO *bio, SSL *s, int full)
	BIO_printf(bio,"---\n");
	if (peer != NULL)
		X509_free(peer);
	/* flush, or debugging output gets mixed with http response */
	BIO_flush(bio);
	}