From 1b16086880096c31abd31fa2dae40e5b36789162 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Tue, 12 Apr 2011 09:23:10 +0200 Subject: [PATCH] python: Fixed SCGI handler typo. --- python/ashd/scgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ashd/scgi.py b/python/ashd/scgi.py index 0bc7a57..4583fa7 100644 --- a/python/ashd/scgi.py +++ b/python/ashd/scgi.py @@ -117,7 +117,7 @@ def wrapwsgi(handler): for data in respiter: write(data) if resp: - flushresp() + flushreq() finally: if hasattr(respiter, "close"): respiter.close() -- 2.11.0