X-Git-Url: http://www.dolda2000.com/gitweb/?a=blobdiff_plain;f=python3%2Fashd-wsgi3;h=da60cfaed60021061628fe2900f2e38496df8431;hb=e9817feefe4f2ed35ded74f0ec2323ed3d0c09e4;hp=5f5b5e10d377f057682f04e76c0a34545e6af2ed;hpb=1f3d7aa314fa55a238be0940a1cd244e4671fc7d;p=ashd.git diff --git a/python3/ashd-wsgi3 b/python3/ashd-wsgi3 index 5f5b5e1..da60cfa 100755 --- a/python3/ashd-wsgi3 +++ b/python3/ashd-wsgi3 @@ -218,6 +218,7 @@ class reqthread(threading.Thread): flightlock.notify() finally: self.req.close() + sys.stderr.flush() def handle(req): reqthread(req).start()