提交 41ebed27 编写于 作者: L Lutz Jänicke

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

上级 bf21446a
......@@ -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);
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册