Increased char size.

This commit is contained in:
Ricardo Jesus 2015-09-03 17:04:27 +01:00
parent 217bdb8098
commit b141ec57a2

View File

@ -388,11 +388,11 @@ parse_config (void)
FILE *fp; FILE *fp;
int lineno, i, reqnum; int lineno, i, reqnum;
Sess_Private_Data *sptr; Sess_Private_Data *sptr;
char line[10000]; /* some uri's get pretty long */ char line[500000]; /* some uri's get pretty long */
char uri[10000]; /* some uri's get pretty long */ char uri[500000]; /* some uri's get pretty long */
char method_str[1000]; char method_str[1000];
char this_arg[10000]; char this_arg[500000];
char contents[10000]; char contents[500000];
double think_time; double think_time;
int bytes_read; int bytes_read;
REQ *reqptr; REQ *reqptr;