diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-21 11:15:58 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-21 11:15:58 +0000 |
commit | 63b3f3cca9ee8c37502c3a543d79fcf2d2a38723 (patch) | |
tree | ef3b237cef0248c51d2f2537a8a6f0af1c1b1a94 /networking | |
parent | bcfd667b0bec06bcf614f3c84c3a1e3d376ee363 (diff) | |
download | busybox-w32-63b3f3cca9ee8c37502c3a543d79fcf2d2a38723.tar.gz busybox-w32-63b3f3cca9ee8c37502c3a543d79fcf2d2a38723.tar.bz2 busybox-w32-63b3f3cca9ee8c37502c3a543d79fcf2d2a38723.zip |
wget: add TODO
git-svn-id: svn://busybox.net/trunk/busybox@16604 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'networking')
-rw-r--r-- | networking/httpd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/networking/httpd.c b/networking/httpd.c index 3b948b98d..986703d2d 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -1036,6 +1036,9 @@ static int sendCgi(const char *url, | |||
1036 | setenv1("SCRIPT_FILENAME", realpath_buff); | 1036 | setenv1("SCRIPT_FILENAME", realpath_buff); |
1037 | /* set SCRIPT_NAME as full path: /cgi-bin/dirs/script.cgi */ | 1037 | /* set SCRIPT_NAME as full path: /cgi-bin/dirs/script.cgi */ |
1038 | setenv1("SCRIPT_NAME", purl); | 1038 | setenv1("SCRIPT_NAME", purl); |
1039 | /* TODO: bug 996 says we need to decodeString(config->query) | ||
1040 | * before placing it into env. Is this true? Add example | ||
1041 | * in the comment please... */ | ||
1039 | setenv1("QUERY_STRING", config->query); | 1042 | setenv1("QUERY_STRING", config->query); |
1040 | setenv1("SERVER_SOFTWARE", httpdVersion); | 1043 | setenv1("SERVER_SOFTWARE", httpdVersion); |
1041 | putenv("SERVER_PROTOCOL=HTTP/1.0"); | 1044 | putenv("SERVER_PROTOCOL=HTTP/1.0"); |