Explorar el Código

Merge pull request #29 from rmebjesus/master

Increased char size.
ahc_fix_select
Adrian Chadd hace 9 años
padre
commit
9b511a9763
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. +4
    -4
      src/gen/wsesslog.c

+ 4
- 4
src/gen/wsesslog.c Ver fichero

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


Cargando…
Cancelar
Guardar