aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httpd/server_fcgi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/httpd/server_fcgi.c b/httpd/server_fcgi.c
index ce0ccc8..79f382b 100644
--- a/httpd/server_fcgi.c
+++ b/httpd/server_fcgi.c
@@ -212,8 +212,8 @@ server_fcgi(struct httpd *env, struct client *clt)
goto fail;
}
script[scriptlen] = '\0';
- }
- else {
+ } else {
+ /* RFC 3875 mandates that PATH_INFO is empty if not set */
if (fcgi_add_param(&param, "PATH_INFO", "", clt) == -1) {
errstr = "failed to encode param";
goto fail;