提交 29dc25e8 编写于 作者: B Bodo Möller

Increase print buffer (10K instead of just 2K).

上级 0572abbf
...@@ -827,7 +827,7 @@ int BIO_vprintf (BIO *bio, const char *format, va_list args) ...@@ -827,7 +827,7 @@ int BIO_vprintf (BIO *bio, const char *format, va_list args)
#ifdef USE_ALLOCATING_PRINT #ifdef USE_ALLOCATING_PRINT
char *hugebuf; char *hugebuf;
#else #else
MS_STATIC char hugebuf[1024*2]; MS_STATIC char hugebuf[1024*10];
#endif #endif
#ifndef USE_ALLOCATING_PRINT #ifndef USE_ALLOCATING_PRINT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册