Tests: more Python tests.
This commit is contained in:
3
test/python/body_array/wsgi.py
Normal file
3
test/python/body_array/wsgi.py
Normal file
@@ -0,0 +1,3 @@
|
||||
def application(env, start_response):
|
||||
start_response('200', [('Content-Length', '10')])
|
||||
return [b'0123', b'4567', b'89']
|
||||
Reference in New Issue
Block a user