Commit 29dc25e8 authored by Bodo Möller's avatar Bodo Möller
Browse files

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

parent 0572abbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -827,7 +827,7 @@ int BIO_vprintf (BIO *bio, const char *format, va_list args)
#ifdef USE_ALLOCATING_PRINT
	char *hugebuf;
#else
	MS_STATIC char hugebuf[1024*2];
	MS_STATIC char hugebuf[1024*10];
#endif

#ifndef USE_ALLOCATING_PRINT