summaryrefslogtreecommitdiff
path: root/flup/server/fcgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'flup/server/fcgi.py')
-rw-r--r--flup/server/fcgi.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/flup/server/fcgi.py b/flup/server/fcgi.py
index 47a7b63..d41b88f 100644
--- a/flup/server/fcgi.py
+++ b/flup/server/fcgi.py
@@ -147,4 +147,6 @@ if __name__ == '__main__':
yield '</table>\n' \
'</body></html>\n'
+ from wsgiref import validate
+ test_app = validate.validator(test_app)
WSGIServer(test_app).run()