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