summaryrefslogtreecommitdiffhomepage
path: root/test/python/variables
diff options
context:
space:
mode:
Diffstat (limited to 'test/python/variables')
-rw-r--r--test/python/variables/wsgi.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/python/variables/wsgi.py b/test/python/variables/wsgi.py
index 60fa3401..53991e5e 100644
--- a/test/python/variables/wsgi.py
+++ b/test/python/variables/wsgi.py
@@ -10,6 +10,7 @@ def application(environ, start_response):
('Request-Uri', environ.get('REQUEST_URI')),
('Http-Host', environ.get('HTTP_HOST')),
('Server-Protocol', environ.get('SERVER_PROTOCOL')),
+ ('Server-Software', environ.get('SERVER_SOFTWARE')),
('Custom-Header', environ.get('HTTP_CUSTOM_HEADER')),
('Wsgi-Version', str(environ['wsgi.version'])),
('Wsgi-Url-Scheme', environ['wsgi.url_scheme']),