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

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

parent 03b148f4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -896,5 +896,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);
	}