diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-07 18:55:04 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-07 18:55:04 +0000 |
commit | 9f006a2127398af12ecf9159cd5ef28b3685e7a6 (patch) | |
tree | 5c9690dc757ae7b29c8b14ea391a6f252837de3f /ChangeLog | |
parent | a13739138b17a21dbb50011cc65fb135e9f804c8 (diff) |
[cgi] split the query in words if needed and add them to the argv
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2021-02-07 Omar Polo <op@omarpolo.com> + * ex.c (do_exec): [cgi] split the query in words if needed and add them to the argv + * parse.y (option): added prefork option 2021-02-06 Omar Polo <op@omarpolo.com> |