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

This commit is contained in:
Bodo Möller 2000-09-05 12:43:39 +00:00
parent 0572abbf53
commit 29dc25e88a

View file

@ -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