summaryrefslogtreecommitdiffhomepage
path: root/test/python/ctx_iter_atexit/wsgi.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/python/ctx_iter_atexit/wsgi.py')
-rw-r--r--test/python/ctx_iter_atexit/wsgi.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/python/ctx_iter_atexit/wsgi.py b/test/python/ctx_iter_atexit/wsgi.py
index b2f12c35..75d40895 100644
--- a/test/python/ctx_iter_atexit/wsgi.py
+++ b/test/python/ctx_iter_atexit/wsgi.py
@@ -15,7 +15,6 @@ class application:
self.start(
'200',
[
- ('Content-Type', self.environ.get('CONTENT_TYPE')),
('Content-Length', str(len(body))),
],
)