mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 16:29:50 +00:00
wget: add TODO
This commit is contained in:
parent
40f62a8c3d
commit
1288722f3e
@ -1036,6 +1036,9 @@ static int sendCgi(const char *url,
|
|||||||
setenv1("SCRIPT_FILENAME", realpath_buff);
|
setenv1("SCRIPT_FILENAME", realpath_buff);
|
||||||
/* set SCRIPT_NAME as full path: /cgi-bin/dirs/script.cgi */
|
/* set SCRIPT_NAME as full path: /cgi-bin/dirs/script.cgi */
|
||||||
setenv1("SCRIPT_NAME", purl);
|
setenv1("SCRIPT_NAME", purl);
|
||||||
|
/* TODO: bug 996 says we need to decodeString(config->query)
|
||||||
|
* before placing it into env. Is this true? Add example
|
||||||
|
* in the comment please... */
|
||||||
setenv1("QUERY_STRING", config->query);
|
setenv1("QUERY_STRING", config->query);
|
||||||
setenv1("SERVER_SOFTWARE", httpdVersion);
|
setenv1("SERVER_SOFTWARE", httpdVersion);
|
||||||
putenv("SERVER_PROTOCOL=HTTP/1.0");
|
putenv("SERVER_PROTOCOL=HTTP/1.0");
|
||||||
|
Loading…
Reference in New Issue
Block a user