mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
fix for review
This commit is contained in:
parent
d03891a470
commit
250d98f48a
@ -541,6 +541,6 @@ def make_fail_app(msg):
|
|||||||
("Content-Type", "text/plain"),
|
("Content-Type", "text/plain"),
|
||||||
("Content-Length", str(len(msg)))
|
("Content-Length", str(len(msg)))
|
||||||
])
|
])
|
||||||
return iter([msg])
|
return [msg]
|
||||||
|
|
||||||
return app
|
return app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user