summaryrefslogtreecommitdiffhomepage
path: root/test/perl/variables
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/perl/variables/psgi.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/perl/variables/psgi.pl b/test/perl/variables/psgi.pl
index bed20af8..58232c53 100644
--- a/test/perl/variables/psgi.pl
+++ b/test/perl/variables/psgi.pl
@@ -13,6 +13,7 @@ my $app = sub {
'Request-Uri' => $environ->{'REQUEST_URI'},
'Http-Host' => $environ->{'HTTP_HOST'},
'Server-Protocol' => $environ->{'SERVER_PROTOCOL'},
+ 'Server-Software' => $environ->{'SERVER_SOFTWARE'},
'Custom-Header' => $environ->{'HTTP_CUSTOM_HEADER'},
'Psgi-Version' => $version,
'Psgi-Url-Scheme' => $environ->{'psgi.url_scheme'},