Remove key value printing
This commit is contained in:
parent
64291a2dc3
commit
f81dd04a89
1 changed files with 1 additions and 1 deletions
2
http.c
2
http.c
|
@ -899,7 +899,7 @@ http_parse_get_args(http_connection_t *hc, char *args)
|
|||
|
||||
http_deescape(k);
|
||||
http_deescape(v);
|
||||
printf("%s = %s\n", k, v);
|
||||
// printf("%s = %s\n", k, v);
|
||||
http_arg_set(&hc->hc_req_args, k, v);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue