From a14bbfa1ff411a4dc1b2b1935fbab4cc7f0c18f1 Mon Sep 17 00:00:00 2001 From: Aleksey Veresov Date: Tue, 17 Sep 2019 17:20:30 +0300 Subject: Request environmental variables were improved. --- src/request.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/request.c') diff --git a/src/request.c b/src/request.c index 79388f3..8da8975 100644 --- a/src/request.c +++ b/src/request.c @@ -154,6 +154,7 @@ static int cgi_env(struct magi_request *r) ok = ok && plain_env(&r->server_port, "SERVER_PORT"); ok = ok && lower_env(&r->server_protocol, "SERVER_PROTOCOL"); ok = ok && plain_env(&r->server_software, "SERVER_SOFTWARE"); + ok = ok && plain_env(&r->path_info, "PATH_INFO"); return ok; } -- cgit v1.2.3