Commit 64ef9a94 authored by Denis Bilenko's avatar Denis Bilenko

wsgi_test.py: remove dead code

parent 4e7b1453
......@@ -79,6 +79,7 @@ def chunked_post(env, start_response):
elif env['PATH_INFO'] == '/c':
return [x for x in iter(lambda: env['wsgi.input'].read(1), '')]
class Site(object):
def __init__(self):
self.application = hello_world
......@@ -90,14 +91,6 @@ class Site(object):
CONTENT_LENGTH = 'content-length'
"""
HTTP/1.1 200 OK
Date: foo
Content-length: 11
hello world
"""
class ConnectionClosed(Exception):
pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment