X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=python%2Fashd%2Fscgi.py;h=4583fa73769e0ec6f94f5f71bf511e878d9d32d8;hb=1b16086880096c31abd31fa2dae40e5b36789162;hp=0bc7a573e133d8f27c5f67917f5029b13b3e7483;hpb=81a0ca30bf866751d7a389ea322ddff2de64db1b;p=ashd.git 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()